{% load i18n %} {% trans "Permission Denied" %}

{% trans "Sorry, you are not allowed to access this app" %}


{% trans "To report a problem with your access please contact your system administrator" %}

{% if error_code %}

Error code: {{ error_code }}

{% endif %} {% if reason %}

Reason: {{ reason }}

{% endif %}