{% extends "admin/queues/index.html" %} {% load i18n %} {% block third_column %}
{% csrf_token %} {{ formset.management_form }}
{% include "form_field_snippet.html" with field=form.title %} {% include "form_field_snippet.html" with field=form.priority %} {% include "form_field_snippet.html" with field=form.description %}
{% for form in formset %} {% for field in form %} {% if field.is_hidden %} {{ field }} {% else %} {% endif %} {% endfor %} {% endfor %}
{% trans "Status" %} {% trans "Time limits" %} {% trans "Ordering" %} {% trans "Delete" %}
{{ field }}
{% trans "Add Status" %}
{% include "form_field_snippet.html" with field=form.locations %}
{% include "form_field_snippet.html" with field=form.status_created %} {% include "form_field_snippet.html" with field=form.status_assigned %} {% include "form_field_snippet.html" with field=form.status_products_ordered %} {% include "form_field_snippet.html" with field=form.status_products_received %} {% include "form_field_snippet.html" with field=form.status_repair_completed %} {% include "form_field_snippet.html" with field=form.status_dispatched %} {% include "form_field_snippet.html" with field=form.status_closed %}
{% include "form_field_snippet.html" with field=form.gsx_soldto %}
{% include "form_field_snippet.html" with field=form.order_template %} {% include "form_field_snippet.html" with field=form.quote_template %} {% include "form_field_snippet.html" with field=form.receipt_template %} {% include "form_field_snippet.html" with field=form.dispatch_template %}
{% include "form_field_snippet.html" with field=form.users %}
{% trans "Back" %} {% if queue.pk %} {% trans "Delete" %} {% else %} {% trans "Delete" %} {% endif %}
{% endblock third_column %} {% block media %} {% endblock media %}