{% load i18n %} {{ testplan.name }}
{% trans "Plan Summary" %} | {% trans "Plan Type" %} | {% trans "Author" %} | {% trans "Is Active" %} | ||
---|---|---|---|---|---|
TP-{{ test_plan.pk }} - {{ test_plan }} | {{ test_plan.type }} | {{ test_plan.author }} | {% if test_plan.is_active %} {% trans "Yes" %} {% else %} {% trans "No" %} {% endif %} | ||
{% trans "There are no plans" %} |