{% 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 %}
[ Show All ]
{% else %}
[ ]
{% endifequal %}
Test Case Run Detail Information
Run Date:{{ test_case_run.close_date }}
Build:{{ test_case_run.build }} Text Version:{{ test_case_run.case_text_version }}
bug
Report |
{% if perms.testcases.add_bug %}
Add
{% endif %} ]
{% if caserun_logs %}
{% for log in caserun_logs %}
- {{ log.history_date }}{{ log.history_user }}
{{ log.history_change_reason }}
{% endfor %}
{% else %}
Change Log
{% endif %}
Text
{{ test_case_text|markdown2html }}
|
Attachments
{% if perms.attachments.add_attachment %}
[
Add
]
{% endif %}
|
|
Component
|
|
Tag:
|
|