{% extends "ldt/ldt_utils/workspace_base.html" %} {% load i18n %} {% load static %} {# form of creation of content #} {% block js_import %} {{ block.super }} {{ content_form.media.js }} {% endblock %} {% block js_declaration %} {% endblock %} {% block css_import %} {{ content_form.media.css }} {{ block.super }} {% endblock %} {% block content %} {% if media_form.errors %}
{% trans "The operation could not be performed because one or more error(s) occurred.
Please resubmit the media form after making the following changes:" %}