{% extends "authentic2/base-page.html" %} {% load i18n static %} {% block extra-top-head %} {{ block.super }} {% 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 informations will be sent to the service:" %}

{% endif %} {% if needs_profile_validation %}

{% 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 %}

{% endblock %}