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