{% extends "tcms_base.html" %} {% load static %} {% block subtitle %}Test plan{% endblock %} {% block custom_stylesheet %} {% endblock %} {% block contents %}
Home >> Planning >> {{ testplan.plan_id }}: {{ testplan.title }} >> Report
{# Render table headings: #} {% for colHeading in report.column_headings %} {% endfor %} {# Render table rows: #} {% for html_row in report.html_rows %} {% for html_cell in html_row %} {% endfor %} {% endfor %}
{{report.yAxis.desc}} / {{report.xAxis.desc}}{{colHeading|safe}}
{{ html_cell|safe }}
{#{{ table_html }}#}
{% endblock %}