{% load static %} {% load i18n %}
  • {% if perms.testcases.add_testcase %} {% trans "Case" %} {% else %} {% trans "Case" %} {% endif %}
      {% if perms.testcases.add_testcase %}
    • {% else %}
    • {% endif %}
    • {% if perms.testcases.add_testcase %}
    • {% else %}
    • {% endif %} {% if perms.testcases.delete_testcaseplan %}
    • {% else %}
    • {% endif %}
  • {% if REQUEST_CONTENTS.template_type == 'case' and perms.testruns.add_testrun %}
  • {% trans "Run" %}
  • {% endif %} {% if perms.testcases.change_testcase %} {% if REQUEST_CONTENTS.template_type == 'review_case' %}
  • {% else %}
  • {% endif %}
  • {% trans "Status" %}
      {% for cs in case_status %}
    • {% endfor %}
  • {% trans "Priority" %}
      {% for priority in priorities %}
    • {% endfor %}
  • {% endif %}
{% trans "Show filter options" %} {% if perms.testcases.change_testcase %} {% trans "Re-order cases" %} {% endif %}
{% trans "Tags" %}:
{% for tag in case_own_tags %} {{ tag.name }}  -   {% empty %} {% trans "No tags in cases" %} {% endfor %}
{% include 'plan/cases_rows.html' %}
{% trans "ID" %} {% trans "Test Case Summary" %} {% trans "Author" %} {% if REQUEST_CONTENTS.template_type == 'review_case' %} {% trans "Reviewer" %} {% else %} {% trans "Default Tester" %} {% endif %} {% trans "Automated" %} {% trans "Status" %} {% trans "Category" %} {% trans "Priority" %} {% trans "Text version" %} Sort {% trans "Actions" %}
{% trans "Show more" %} (0 {% trans "cases left" %})