{% extends "base.html" %} {% comment %} SPDX-License-Identifier: GPL-3.0-or-later {% endcomment %} {% 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 %}