{% extends "eidas_node/connector/base.html" %} {% load i18n staticfiles %} {% block title %}{% trans "Service Provider Request" %}{% endblock %} {% block styles %} {{ block.super }} {% endblock %} {% block scripts %} {{ block.super }} {% endblock %} {% block content %}

{% trans "Service Provider Request" %}

{% if error %}

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

{{ error }}

{% elif citizen_country %}

{% trans "Redirect to Identity Provider 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 %}