{% load comments %} {% for test_case_run in case_runs %} {% if test_case_run.comments.all %} {% for comment in test_case_run.comments.all %} {% endfor %} {% endif %} {% if test_case_run.issues.all %} {% for issue in test_case_run.issues.all %}

bottom issues

{% endfor %} {% endif %} {% empty %} {% endfor %} {# end of looping case runs #}
Case ID Case Run ID Summary Category Tester Issues Lastest Execute 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 issue in test_case_run.issues.all %} {{ issue.issue_key }}, {% empty %} {% endfor %} {{ test_case_run.close_date }}
Comments:
{{ comment.comment|urlize|linebreaksbr }}[{{ comment.username }} {{ comment.submit_date }}]
Issues:
{{ issue.issue_key }}
No data.