{{report.yAxis.desc}} / {{report.xAxis.desc}} | {% for colHeading in report.column_headings %}{{colHeading|safe}} | {% endfor %} {# Render table rows: #} {% for html_row in report.html_rows %}
---|
{{ html_cell|safe }} | {% endfor %}
{% extends "tcms_base.html" %} {% load static %} {% block subtitle %}Test plan{% endblock %} {% block custom_stylesheet %} {% endblock %} {% block contents %}
{{report.yAxis.desc}} / {{report.xAxis.desc}} | {% for colHeading in report.column_headings %}{{colHeading|safe}} | {% endfor %} {# Render table rows: #} {% for html_row in report.html_rows %}
---|
{{ html_cell|safe }} | {% endfor %}