{% extends "base.html" %} {% block title %}Отправка документа{% endblock %} {% block content %} {% url url_prefix|add:'list' as url_list %} Вернуться к списку

Отправка документа

{% if not is_ajax %} {% if form.non_field_errors %}

{{ form.non_field_errors }}

{% endif %} {% endif %}
{% include form_template %} {% endblock %}