{% extends "authentic2/base-page.html" %} {% load i18n %} {% block content %}

{% trans "Authentication access check" %}

{% blocktrans with client_name=client.name %}Do you want to be authenticated on service {{ client_name }} ?{% endblocktrans %}

{% if scopes %}

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

{% endif %} {% csrf_token %}

{% endblock %}