{% extends "authentic2/base-page.html" %} {% load i18n %} {% block page-title %} {{ block.super }} - {{ view.title }} {% endblock %} {% block breadcrumb %} {{ block.super }} {% trans "Your account" %} {{ view.title }} {% endblock %} {% block content %} {% 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 %}