{% extends "uauth/home.html" %} {% load i18n %} {% block more-user-links %}

{{ organization.name }}

{% endblock %} {% block content %}

{% trans "Your authentication attempt failed" %}

{% blocktrans %} This is probably because you tried to log against a wrong provider or an error occured during authentication {% endblocktrans %}

{% endblock %}