{{ test_plan.name }}
Author :
Owner :
Product :
Version :
{{ test_plan.product_version.value }}
Plan Type :
{{ test_plan.type.name }}
Reference Link :
{% if test_plan.extra_link %}
{{ test_plan.extra_link }}
{% else %}
None
{% endif %}
Create Time :
{{test_plan.create_date}}
Parent :
{% if test_plan.parent.pk %}
{{ test_plan.parent.pk }}
{% else %}
None
{% endif %}