{% extends "error.html" %} {% load i18n %} {% block title %}{% trans "Permission denied" %}{% endblock %} {% block content %}
{% trans "You do not have access to this page." %}
{{ exception }}
{% if request.user.is_staff and not staff_session %} {% endif %} {% endblock %}