{% extends "error.html" %} {% load i18n %} {% load static %} {% block title %}{% trans "Permission denied" %}{% endblock %} {% block content %}

{% trans "Permission denied" %}

{% trans "You do not have access to this page." %}

{{ exception }}

{% if request.user.is_staff and not staff_session %}

{% csrf_token %}

{% endif %}
{% endblock %}