{% load i18n %}
{% trans "Cases" %}: {{ executions_count }}
Cases
{% trans "Status" %} {% if perms.testruns.change_testexecution %}
    {% for tcrs in test_status %}
  • {{ tcrs }}
  • {% endfor %}
{% endif %}
{% trans "Comment" %}
{% trans "Tags" %}:
{% for tag in case_own_tags %} {{ tag }}  -   {% empty %} {% trans "No tags in cases" %} {% endfor %}
{% include "run/table_executions.html" %}