{% extends "authentic2/cut-base.html" %} {% load i18n %} {% block title %} {{ block.super }} - Mes consentements {% endblock %} {% block cut-content %}

Mes consentements

{% block oidc-authorized-oauth-services-pre %}{% endblock %}
{% block oidc-authorized-oauth-services-top %}

{% if authorized_oauth_services|length_is:0 %} {% trans "You have not granted service access to your account profile data." %} {% else %} {% blocktrans count counter=authorized_oauth_services|length %} You have granted one service access to your account profile data. {% plural %} You have granted {{ counter }} services access to your account profile data. {% endblocktrans %} {% endif %}

{% endblock %} {% block oidc-authorized-oauth-services-bottom %}{% endblock %}
{% block oidc-authorized-oauth-services-post %}{% endblock %} {% endblock %}