{% extends 'base.html' %} {% block body %}
branding logo

{{ _('Access Denied') }}

{% if description %} {{ description|safe }} {% else %} {{ _("You don't have the permission to access this page.") }} {% endif %}

{% endblock %}