{% extends "base.html" %} {% comment %} SPDX-License-Identifier: GPL-3.0-or-later {% endcomment %} {% load i18n %} {% block content %}
{% blocktrans %}You don't have the right to perform this request.{% endblocktrans %}
{% if exception %}{% trans "Exception message:" %} {{ exception }}
{% endif %}