{% load i18n %} {% translate "Access denied" %}

{% translate "You are signed in, but you do not have access" %}

{% blocktranslate trimmed %} Your sign-in worked. This account does not have permission to use this site. {% endblocktranslate %}

{% translate "You signed in as" %}
{{ identity }}
{% if required_groups %}
{% translate "Access requires membership of" %}
{% for group in required_groups %} {{ group }}{% if not forloop.last %}, {% endif %} {% endfor %}
{% endif %}
{% translate "Reference" %}
{{ reference }}

{% translate "What to do next" %}

{% if required_groups %} {% blocktranslate trimmed %} Ask your IT service desk to add this account to the group listed above. Include the reference so they can find this sign-in. {% endblocktranslate %} {% else %} {% blocktranslate trimmed %} Ask your IT service desk to grant this account access. Include the reference so they can find this sign-in. {% endblocktranslate %} {% endif %}

{% blocktranslate trimmed %} If you have a different work account that should have access, sign out and try that one. {% endblocktranslate %}

{% if logout_url %}
{% csrf_token %}
{% endif %}