{% extends "base.html" %} {% load i18n %} {% block content %}

{% trans "Authentication failed" %}

{% blocktrans %}The authentication has failed, you can return to the last page you where. {% endblocktrans %}

{% trans "Issuer" %}
{{ issuer }}
{% if status_message %}
{% trans "Message" %}
{{ status_message }}
{% endif %}
{% trans "Codes" %}
{{ status_codes|join:", " }}
{% endblock %}