{% extends "base.html" %} {% load i18n %} {% load static %} {% block title %}{% trans "Clone TestCase" %}{% endblock %} {% block contents %}
{% if form.plan.field.queryset %}
{% endif %} {% for plan in form.plan.field.queryset %}
{% endfor %}
{% for case in form.case.field.queryset %}
{% endfor %} {{ form.errors }}
{% endblock %}