{% 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 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 %}