{% extends "_base.html" %} {% load i18n %} {% load static %} {% load widget_tweaks %} {% load content_filters %} {% load page_filters %} {% load rules %} {% load render_bundle from webpack_loader %} {% block content %}
{{ media_config_data|json_script:"media_config_data" }} {% if not perms.cms.change_imprintpage %} {% include '../_tinymce_config.html' with readonly=1 %} {% else %} {% include '../_tinymce_config.html' %} {% endif %} {% include "../generic_confirmation_dialog.html" %} {% endblock content %} {% block javascript %} {% render_bundle 'editor' 'js' %} {% endblock javascript %}