{% load i18n %} {% load static %}
![]() |
{% trans "Execution ID" %} | {% trans "Case ID" %} | {% trans "Summary" %} | {% trans "Tester" %} | {% trans "Assignee" %} | {% trans "Automated" %} | {% trans "Category" %} | {% trans "Priority" %} | {% trans "Bugs" %} | {% trans "Status" %} | {% trans "Comments" %} | |
---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
#{{ execution.pk }} | {{ execution.case_id }} | {{ execution.case.summary }} | {% if tester %} {{ tester }} {% else %} {% trans "None" %} {% endif %} | {% if assignee %} {{ assignee }} {% else %}{% trans "None" %}{% endif %} | {{ execution.case.is_automated }} | {{ execution.case.category }} | {{ priority_value }} | {{ bugs_count }} |
|
{% if comments_count %} ![]() |
|
{% trans "No execution found" %} |