{% load comments %} {% load static %} {% for test_case in test_cases %} {% endif %} {% empty %} {% endfor %}
Expand/Collapse all cases ID Test Case Summary Author {% if show_confirmed_cases %} Default Tester {% else %} Reviewer {% endif %} Automated Status Category Priority Text version Sort Actions
{# FIXME: replacing selected_case_ids with selected_cases_ids is proper #} {{ test_case.pk }} {{ test_case.author }} {% if test_case.case_status.name == 'CONFIRMED' %} {# Show default tester when confirmed. #} {% if test_case.default_tester_id %}{% endif %}{{ test_case.default_tester }}{% if test_case.default_tester_id %}{% endif %} {% else %} {# Show reviewer when not confirmed. #} {% if test_case.reviewer_id %}{% endif %}{{ test_case.reviewer }}{% if test_case.reviewer_id %}{% endif %} {% if perms.testcases.change_testcase %} {% else %} {{ test_case.case_status }} {% endif %} {{ test_case.cal_sortkey }} {{ test_case.cal_testcaseplan_pk }} {% if perms.testcases.change_testcase %} Edit {% else %} Edit {% endif %}
No test case was found in this plan.