{% extends 'layouts/layout_base.html' %} {% block body_content %}
Create
{% if error_message %}{% endif %} {% if createTemplate %}
{% else %} {% if template %} {% if mode == "create" %} Edit this template {% elif mode == "comment" %} Edit this template {% endif %} {% endif %}

{% with "crashmanager:"|add:postTarget as targeturl %} {% endwith %} {% endif %} {% csrf_token %} {% if createTemplate %}
{% else %}
Username:
Password:
Leave the username empty to use the password as API key instead.

{% endif %} {% with "bugzilla/"|add:mode|add:"_form.html" as templatePath %} {% include templatePath %} {% endwith %} {% if not createTemplate %} {% if attachmentData.crashdata_attach %} The following crash data will be attached:
{% endif %}
Testcase will be attached to the bug. Filename:
Do not attach a testcase (file bug without test).

{% else %}
Filename that will be used for the testcase:

{% endif %}
{% endblock body_content %}