{% extends "base.html" %} {% load i18n %} {% block content %}

{% trans "Permission denied" %}

{% blocktrans %}You don't have the right to perform this request.{% endblocktrans %} {% if exception %}
{% trans "Exception message:" %} {{ exception }}
{% endif %} {% endblock %}