{% load i18n %} {% load static %}
![]() |
{% trans "Case Run ID" %} | {% trans "Case ID" %} | {% trans "Summary" %} | {% trans "Tester" %} | {% trans "Assignee" %} | {% trans "Automated" %} | {% trans "Category" %} | {% trans "Priority" %} | {% trans "Bugs" %} | {% trans "Status" %} | {% trans "Comments" %} | |
---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
#{{ test_case_run.pk }} | {{ test_case_run.case_id }} | {{ test_case_run.case.summary }} | {% if tester %} {{ tester }} {% else %} {% trans "None" %} {% endif %} | {% if assignee %} {{ assignee }} {% else %}{% trans "None" %}{% endif %} | {{ test_case_run.case.is_automated }} | {{ test_case_run.case.category }} | {{ priority_value }} | {{ test_case_run.num_bug }} |
|
{% if comments_count %} ![]() |
|
{% trans "No case run found" %} |