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

{% trans "Authentication failed" %}

{% blocktrans %}The authentication has failed.{% endblocktrans %} {% for reason in reasons %}

{% if loop.first %}{% trans "Reason" %} : {% endif %}{{ reason }}

{% endfor %}

{% trans "Continue" %}

{% if debug %}

{% trans "Information shown because DEBUG is True" %}

Issuer: {{ issuer }}
Message: {{ status_message }}
Status codes: {{ status_codes|join:", " }}
Relaystate: {{ relaystate }}
{% for key, value in debug_details.items %}
{{key}}: {{value|pprint}}
{% endfor %}
  
{% endif %} {% endblock %}