{% extends "_base.html" %} {% load i18n %} {% load static %} {% load widget_tweaks %} {% load content_filters %} {% load rules %} {% load poi_filters %} {% load render_bundle from webpack_loader %} {% block content %}
{{ media_config_data|json_script:"media_config_data" }} {% if not perms.cms.change_poi or poi_form.instance.id and poi_form.instance.archived %} {% include "../_tinymce_config.html" with readonly=1 %} {% else %} {% include "../_tinymce_config.html" %} {% if poi_form.instance.id %} {% include "../_content_edit_lock.html" with lock_key=poi_form.instance.edit_lock_key %} {% endif %} {% endif %} {% if poi_form.instance.id %} {% include "../generic_confirmation_dialog.html" %} {% endif %} {% endblock content %} {% block javascript %} {% render_bundle 'editor' 'js' %} {% endblock javascript %} {% block javascript_head %} {% render_bundle 'map' 'js' %} {% render_bundle 'map' 'css' %} {% endblock javascript_head %}