{% 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 %} {% endif %} {% endblock %}