{% extends "authentic2/cut-base.html" %} {% load i18n %} {% block title %} {{ block.super }} - Mes consentements {% endblock %} {% block cut-content %}
{% 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 %}