{% load comments %} {% load static %}
{{ issue_key }} |
{% for issue in issues %}
{% if issue.case_run_id %}
From Run{{ issue.case_run.run_id }}
{% if issue.case_run_id == test_case_run.pk %}
|
Setup{{ test_case_text.setup|safe }}
|
Breakdown{{ test_case_text.breakdown|safe }}
|
|
Actions{{ test_case_text.action|safe }}
|
Expected Results{{ test_case_text.effect|safe }}
|
Attachment [ {% if perms.management.add_testattachment %} Add {% endif %} ]
|
Component
|
Tag:
|
Test Log [Add]
|