{% extends 'dartcms/views/update.html' %} {% load static i18n %} {% block js %} {{ block.super }} {% endblock %} {% block form_content %} {% if not has_perm %} {% trans 'You do not have permission to edit this page.' as security_message %} {% include 'dartcms/views/partials/security_alert.html' with message=security_message hide_cancel=True %} {% endif %} {{ block.super }}
{% endblock %}