{% load static %} {% load comments %} {% load extra_filters %} {% load attachments_tags %}
{{ bug_id }} |
{% for bug in bugs %}
{% if bug.case_run_id %}
From Run{{ bug.case_run.run_id }}
{% if bug.case_run_id == test_case_run.pk and perms.testcases.delete_bug %}
![]() |
Setup{{ test_case_text.setup|markdown2html }}
|
Breakdown{{ test_case_text.breakdown|markdown2html }}
|
|
Actions{{ test_case_text.action|markdown2html }}
|
Expected Results{{ test_case_text.effect|markdown2html }}
|
Attachments {% if perms.attachments.add_attachment %} [ Add ] {% endif %}
|
Component
|
Tag:
|
Test Link [Add]
|