{% load comments %}

Setup:

{{ test_case_text.setup|safe }}

Breakdown:

{{ test_case_text.breakdown|safe }}

Attachment:

Component:

    {% for component in components %}
  • {{ component.name }}
  • {% empty %}
  • No component found
  • {% endfor %}

Tag:

    {% for tag in tags %}
  • {{ tag }}
  • {% empty %}
  • No tag found
  • {% endfor %}

Issue:

Actions:

{{ test_case_text.action|safe }}

Expected Results:

{{ test_case_text.effect|safe }}

Notes:

{{ test_case.notes|urlize|linebreaksbr }}

Comments:

{% include 'case/comments_in_simple_case_pane.html' with comments=case_comments %}