{% extends 'login/base_full.html' %} {% load static %} {% load i18n %} {% block title %} {% trans 'Permission denied' %} - {{ tenant.branding_title }} {% endblock %} {% block card_title %} {% trans 'Permission denied' %} {% endblock %} {% block card %}
{% csrf_token %} {% if user.is_authenticated %}
{% trans {{ user.username }}
{% trans "Not you?" %}
{% endif %}

{% trans 'Request has been denied.' %}

{% if error %}

{{ error }}

{% endif %} {% if policy_result %}
{% if policy_result.messages %} {% trans 'Messages:' %} {% endif %} {% if policy_result.source_results %} {% trans 'Explanation:' %} {% endif %} {% endif %}
{% endblock %}