{% trans "Author" %}
{{ test_plan.author.username }}
{% trans "Product" %}
{{ test_plan.product }}
{% trans "Version" %}
{{ test_plan.product_version }}
Plan Type" %}
{{ test_plan.type.name }}
{% trans "Parent" %}
{{ test_plan.parent.pk }}
{% trans "Reference Link" %}
{% trans "Document" %}
{{ test_plan.text|markdown2html }}
{% if not forloop.last %}