{% extends "eidas_node/connector/base.html" %} {% load i18n static %} {% block title %}{% trans "Service Provider Request" %}{% endblock %} {% block scripts %} {{ block.super }} {% endblock %} {% block content %}
{% 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." %}
{% endif %} {% endblock %}