{% extends "mellon/base.html" %} {% load i18n %} {% block mellon_extra_scripts %} {% if error_redirect_after_timeout %}

{% trans "Authentication failed" %}

{% blocktrans %}The authentication has failed.{% endblocktrans %} {% if reason %}

{% trans "Reason" %} : {{ reason }}

{% endif %}

{% trans "Continue" %}

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