{% extends 'spid_base.html' %} {% load i18n %} {% load static %} {% block page_title %} {% trans "Error" %} {% endblock page_title %} {% block container %}
Errore di autenticazione

{{ spid_error.message|default:'Accesso negato' }}

{% if spid_error.troubleshoot %}

{{ spid_error.troubleshoot|default:'' }}

{% endif %}

{% endblock %}