{% load comments %}
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. |