|
{{ clone_form.summary }}
{{ clone_form.summary.errors }}
|
|
{{ clone_form.product }}
|
|
{{ clone_form.product_version }}{{ clone_form.product_version.errors }}
Add Product Version
|
|
{{ clone_form.build }}{{ clone_form.build.errors }}
Add Build
|
|
{{ clone_form.manager }} {{ clone_form.manager.errors }} |
|
{{ clone_form.default_tester }} {{ clone_form.default_tester.errors }} |
|
{{ clone_form.auto_update_run_status }} {{ clone_form.auto_update_run_status.help_text }}
|
|
{{ clone_form.estimated_time }}
|
|
{{ clone_form.notes }} |
|
{% for env_value in test_run.env_value.all %}
{% empty%}
There is no more environment properties in this run.
{% endfor %}
|
|
{{ clone_form.keep_status }} {{ clone_form.keep_status.label }}
{{ clone_form.keep_assignee }} {{ clone_form.keep_assignee.label }}
|