{% extends "tcms_base.html" %} {% load comments %} {% load report_tags %} {% load static %} {% block subtitle %}TestCaseRuns{% endblock %} {% block custom_stylesheet %} {% endblock %} {% block custom_javascript %} {% endblock %} {% block contents %}
Home >> Testing Report
{% if form_errors %}
{{ form_errors }}
{% else %}

caseruns - {{ test_case_runs_count }}

{% include "report/caseruns_table.html" %}
{% endif %}
{% endblock %}