{% extends "eidas_node/connector/base.html" %} {% load i18n static %} {% block title %}{% trans "eIDAS Node" %}{% endblock %} {% block scripts %} {{ block.super }} {% endblock %} {% block content %} {% if error %}

{% trans "An error occurred during processing of Service Provider request." %}

{{ error }}

{% elif citizen_country %}

{% trans "Redirect to eIDAS Node is in progress. If you are not redirected automatically, use Continue button below." %}

{% else %}

{% trans "Choose your country to proceed with authentication" %}

{% for code, name in countries %} {% endfor %}
{% endif %} {% endblock %}