{% extends 'allianceauth/base-bs5.html' %} {% load i18n %} {% block page_title %}{{page_title}}{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
{% if app_name %}

{% blocktranslate %}User "{{ username }}" has no permission to use application "{{ app_name }}".{% endblocktranslate %}

{% else %}

{% blocktranslate %}User "{{ username }}" has no permission to use OIDC applications.{% endblocktranslate %}

{% endif %}

{% translate "If you believe this is in error please contact the administrators." %} {{ error_code }}

{% translate "This action has been logged" %}

{{ username }} oidc:authenticate

{% endblock content %}