{% load i18n %} {% load static %} {% for execution, tester, assignee, priority_value, comments_count, bugs_count in executions %} {% empty %} {% endfor %}
{% trans "Execution ID" %} {% trans "Case ID" %} {% trans "Summary" %} {% trans "Tester" %} {% trans "Assignee" %} {% trans "Automated" %} {% trans "Category" %} {% trans "Priority" %} {% trans "Bugs" %} {% trans "Status" %} {% trans "Comments" %}
{% if tester %} {{ tester }} {% else %} {% trans "None" %} {% endif %} {% if assignee %} {{ assignee }} {% else %}{% trans "None" %}{% endif %}
{% if comments_count %}{%endif %} {{ comments_count }}
{% trans "No execution found" %}