{% load extra_filters %}
Cases: {{ test_case_runs_count }}
Cases
    {% if perms.testruns.add_testcaserun %}
  • Add
  • {% endif %} {% if perms.testruns.delete_testcaserun %}
  • Remove
  • {% endif %} {% if perms.testruns.change_testcaserun %}
  • Re-order
  • Update
  • {% endif %} {% if perms.testruns.change_testcaserun %}
  • Assignee
  • {% endif %}
Status
    {% for tcrs in test_case_run_status %}
  • {{ tcrs }}
  • {% endfor %}
Issues
Comment
Tags:
{% for tag in case_own_tags %} {{ tag }}  -   {% empty %} No tags in cases {% endfor %}
{% include "run/table_caseruns.html" %} {% comment %} If no issue tracker is associated with the product, or no issue tracker is enabled, no need to render this dialog for adding an issue. {% endcomment %} {% if issue_trackers %} {% endif %} {# Dialog for selecting an issue tracker to file an issue. #} {% if issue_trackers %} {% endif %}