{% extends "authentic2/base-page.html" %} {% load gadjo i18n static %} {% block extra-top-head %} {{ block.super }} {% endblock %} {% block title %} {% trans "Authentication access check" %} {% endblock %} {% block beforecontent %} {% include "authentic2/service_info_fragment.html" %} {% endblock %} {% block content %}

{% trans "Authentication access check" %}

{% trans "Do you want to be authenticated on this service?" %}

{% if needs_scope_validation %}

{% trans "The following information will be sent to the service:" %}

{% if "offline_access" in scopes %}

{% translate "Additionally, this service needs to be given access to this information at any time while you are offline." %}

{% endif %} {% endif %} {% if client.activate_user_profiles and user_has_selectable_profiles %}

{% trans "You may authenticate as owner of the following juridical entity management profile, which may change the aforementioned information." %}

{% for profile in user.profiles.all %}
{% endfor %}
{% endif %} {% csrf_token %} {% if not client.always_save_authorization %}

{% endif %}
{% endblock %}