{% load i18n %}
{% load static %}
{% load comments %}
{% load extra_filters %}
{% load attachments_tags %}
{# {% get_comment_list for test_case_run as case_run_comments %} #}
Comments
{% if perms.django_comments.add_comment %}
{% endif %}
Comments History ({{ comments_count }}):
{% ifequal comments_count 0 %}
[ {% trans "Show All" %} ]
{% else %}
[ ]
{% endifequal %}
Test Case Run Detail Information
{% trans "Run Date" %}:{{ test_case_run.close_date }}
{% trans "Build" %}:{{ test_case_run.build }} {% trans "Text Version" %}:{{ test_case_run.case_text_version }}
{% if caserun_logs %}
{% for log in caserun_logs %}
- {{ log.history_date }}{{ log.history_user }}
{{ log.history_change_reason }}
{% endfor %}
{% else %}
Change Log
- {% trans "No log recorded" %}.
{% endif %}
Text
{{ test_case_text|markdown2html }}
|
Attachments
{% if perms.attachments.add_attachment %}
[
Add
]
{% endif %}
|
|
{% trans "Component" %}
|
|
Tag:
|
|