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