{% extends "tcms_base.html" %} {% load static %} {% block subtitle %}{{ test_plan.name }}{% endblock %} {% block custom_stylesheet %} {% endblock %} {% block custom_javascript %} {% endblock %} {% block content_type %} {# #} {% endblock %} {% block contents %}
Home >> Planning >> {{ test_plan.plan_id }}: {{ test_plan.name }}
{% if test_plan.is_active %} {% else %} {% endif %} {% comment %} Print Plan {% endcomment %}

{{ test_plan.name }}

{% comment %}
Doc Author/Manager :
{% endcomment %}
Owner :
{% if test_plan.owner %} {{ test_plan.owner }} {% else %} {{ test_plan.owner }} {% endif %}
Version :
{{ test_plan.product_version.value }}
Plan Type :
{{ test_plan.type.name }}
Environment Group :
{% for env_group in test_plan.env_group.all %} {{ env_group.name }} {% endfor %}
{% for env_property in env_properties %} {{ env_property.property.name }}, {% endfor %}
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 %}
{% endblock %}