{% load i18n %} {# form of creation of content #} {% load adminmedia %} {{content_form.media }}
{% trans "Create content" %}
{% csrf_token %} {{ content_form.as_ul }} {{ media_form.as_ul }}
{% if content_form.errors %}

The operation could not be performed because one or more error(s) occurred.
Please resubmit the form after making the following changes:

{% endif %} {% if media_form.errors %}

The operation could not be performed because one or more error(s) occurred.
Please resubmit the form after making the following changes:

{% endif %}