{% load i18n %}
{% load static %}
{% load extra_filters %}
{% load attachments_tags %}
Comments
{% if perms.django_comments.add_comment %}
{% endif %}
Comments History ({{ comments_count }}):
{% if comments_count > 0 %}
[ ]
{% endif %}
{% if comments_count > 0 %}
{% endif %}
{% trans "Test Execution Information" %}
{% trans "Run Date" %}:{{ execution.close_date }}
{% trans "Build" %}:{{ execution.build }} {% trans "Text Version" %}:{{ execution.case_text_version }}
{% if execution_logs %}
{% for log in execution_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 %}
{% url 'testruns-get' execution.run_id as testrun_url %}
{% attachment_form execution.case next=testrun_url %}
{% endif %}
|
|
{% trans "Component" %}
|
|
Tag:
|
|