{% extends "ldt/ldt_utils/workspace_base.html" %} {% load static %} {% load i18n %} {# form of creation of content #} {% block js_import %} {{ block.super }} {% endblock %} {% block css_import %} {{ block.super }} {{ content_form.media.css }} {% endblock %} {% block content %}
{% if errors|length > 0 %}{% trans "error" %}{% else %}{% trans "confirm_reset" %}{% endif %}
{{ message }} {% if errors|length > 0 %} {% endif %}
{% csrf_token %} {% if errors|length <= 0 %}{% endif %}
{% endblock %}