|
{{ form.name }}
{{ form.name.errors }}
|
|
{{ form.is_active }}
|
|
{{ test_plan.author.username }}
|
|
{{ form.owner }}
{{ form.owner.errors }}
|
|
{{ form.product }}
{{ form.product.errors }}
|
|
{{ form.product_version }}
{{ form.product_version.errors }}
|
|
{{ form.type }}
{{ form.type.errors }}
|
|
{{ form.parent }}
{{ form.parent.errors }}
|
|
{{ form.text }}
{{ form.text.errors }}
|
|
{{ form.extra_link }}
{{ form.extra_link.errors }}
|
|
{{ form.auto_to_plan_owner }}{{ form.auto_to_plan_owner.label }}{{ form.auto_to_plan_owner.errors }}
{{ form.auto_to_plan_author }}{{ form.auto_to_plan_author.label }}{{ form.auto_to_plan_author.errors }}
{{ form.auto_to_case_owner }}{{ form.auto_to_case_owner.label }}{{ form.auto_to_case_owner.errors }}
{{ form.auto_to_case_default_tester }}{{ form.auto_to_case_default_tester.label }}{{ form.auto_to_case_default_tester.errors }}
|
|
{{ form.notify_on_plan_update }}{{ form.notify_on_plan_update.label }}{{ form.notify_on_plan_update.errors }}
{{ form.notify_on_case_update }}{{ form.notify_on_case_update.label }}{{ form.notify_on_case_update.errors }}
|