{% load extra_filters %} {% for test_plan in test_plans %}
Author
{{ test_plan.author.username }}
Product
{{ test_plan.product }}
Version
{{ test_plan.product_version }}
Plan Type
{{ test_plan.type.name }}
Parent
{{ test_plan.parent.pk }}
Reference Link
{% if test_plan.extra_link %} {{ test_plan.extra_link }} {% else %} None {% endif %}
Document
{{ test_plan.text|markdown2html }}
{% if not forloop.last %}
{% endif %} {% empty %} {"msg":"The plan you specified does not exist in the database."} {% endfor %}