{% extends "admin/base_site.html" %} {% load i18n admin_static %} {% block extrastyle %}{{ block.super }}{% endblock %} {% block coltype %}colMS{% endblock %} {% block bodyclass %}{{ block.super }} dashboard{% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}
{% csrf_token %}
{% with errors=form.errors %} {% if errors %}

{% if errors|length_is:'1' %}{% trans "Please correct the error below." %}{% else %}{% trans "Please correct the errors below." %}{% endif %}

{{ form.non_field_errors }} {% endif %} {% endwith %}
Файл
{{ form.file }}

{% if workflow %}

Workflow

{% endif %}
{% endblock %}