{% 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 given any authorization to access your account profile data." %} {% else %} {% trans "You have given authorizations to access your account profile data." %} {% endif %}

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