{% extends "tcms_base.html" %} {% load i18n %} {% load static %} {% block subtitle %} {% if test_case %} {% trans "Edit test case" %} - {{ test_case.summary }} {% else %} {% trans "Add new test case" %} {% endif %} {% endblock %} {% block extra_head %} {{ form.media }} {% endblock %} {% block custom_stylesheet %} {% endblock %} {% block custom_javascript %} {% endblock %} {% block content_type %} {% if test_case %} {% endif %} {% endblock %} {% block contents %}
{% if test_case %}
{% else %} {% endif %} {% if test_plan %} {% endif %}
{{ form.summary }}
{{ form.product }}
{{ form.category }}Add CategoryAfter Add and Refresh page
{{ form.default_tester }}
{{ form.default_tester.errors }}
{{ form.case_status }}
{{ form.arguments }}
{{ form.arguments.errors }}
{{ form.extra_link }}
{{ form.notes }}
{{ form.notes.errors }}
{% if test_case %}
{% if test_case.author %} {{ test_case.author.username }} {% endif %}
{{ test_case.create_date }}
{% endif %}
{{ form.is_automated }}
{{ form.is_automated.errors }}
{{ form.requirement }}
{{ form.script }}
{{ form.priority }}

{% trans "Setup" %}

{{ form.text }}
{% if notify_form %}
{{ notify_form.notify_on_case_update }}{{ notify_form.notify_on_case_update.label }} {{ notify_form.notify_on_case_delete }}{{ notify_form.notify_on_case_delete.label }} {{ notify_form.author }}{{ notify_form.author.label }} {{ notify_form.default_tester_of_case }}{{ notify_form.default_tester_of_case.label }} {{ notify_form.managers_of_runs }}{{ notify_form.managers_of_runs.label }} {{ notify_form.default_testers_of_runs }}{{ notify_form.default_testers_of_runs.label }} {{ notify_form.assignees_of_case_runs }}{{ notify_form.assignees_of_case_runs.label }}
{{ notify_form.cc_list }} {{ notify_form.cc_list.help_text }}
{% endif %}
{{ form.errors }}{{ notify_form.errors }}
{% if test_plan %} {% endif %}
{% endblock %}