{% extends "ldt/ldt_raw_base.html" %} {% load i18n %} {# form of creation of content #} {% block js_import %} {{ block.super }} {% endblock %} {% block css_import %} {{ block.super }} {{ content_form.media.css }} {% endblock %} {% block js_declaration %} {% endblock %} {% block body %}
{% if errors|length > 0 %}{% trans "error" %}{% else %}{% trans "confirm" %}{% endif %}
{{ message }} {% if errors|length > 0 %} {% endif %}
{% if errors|length > 0 %} {% else %}
{% csrf_token %}
{% endif %}
{% endblock %}