{% load comments %} {% for test_case_run, bugs, comments in case_runs %} {% if comments %} {% for comment in comments %} {% endfor %} {% endif %} {% if test_case_run.bug.count %} {% endif %} {% for bug in test_case_run.bug.all %}

bottom bugs

{% endfor %} {% empty %} {% endfor %} {# end of looping case runs #}
Case ID Case Run ID Summary Category Tester Bugs Last Execution Time
{{ test_case_run.case.pk }} {{ test_case_run.pk }} {{ test_case_run.case.summary }} {{ test_case_run.case.category }} {{ test_case_run.tested_by }} {% for bug in bugs %} {{ bug }}, {% empty %} {% endfor %} {{ test_case_run.close_date }}
Comments:
{{ comment.comment|urlize|linebreaksbr }}[{{ comment.user__username }} {{ comment.submit_date }}]
Bugs:
{{ bug }}
No data.