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