Home
>> Planning
{% if testplans|length == 1 %}
>> {{ testplans.0.plan_id }}: {{ testplans.0.name }}
>> Clone Plan
{% else %}
>> Clone plans
{% endif %}
Clone Test Plan
select different product
{% extends "tcms_base.html" %} {% load static %} {% block subtitle %}Clone Plan{% endblock %} {% block custom_stylesheet %} {% endblock %} {% block custom_javascript %} {% endblock %} {% block contents %}
select different product