{% 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 }}

Comments:

{% include 'case/comments_of_reviewing_cases.html' with comments=case_comments %}
{% get_comment_form for test_case as comment_form %} {{ comment_form.comment }} {{ comment_form.content_type }} {{ comment_form.object_pk }} {{ comment_form.timestamp }} {{ comment_form.security_hash }} {{ comment_form.name }} {{ comment_form.email }} {{ comment_form.url }}
{% include 'case/get_details_case_log.html' %}