{% extends "base.html" %} {% load i18n %} {% load static %} {% block title %}{% trans "Clone TestPlan" %} - {{ test_plan.name }}{% endblock %} {% block contents %}
{{ form.name.errors }}
+
{{ form.product.errors }}
+
{{ form.version.errors }}

{% trans "Clone or link existing TCs into new TP" %}

{% trans "Set the source TP as parent of new TP" %}

{% endblock %}