{#
.. screenshot:: |canaille|/consent/trusted-applications
:context: user
:align: right
:width: 275px
The trusted applications list.
The trusted applications list.
Display a list of trusted clients for which it is implied that users don't need to explicitly give their consent.
:param scope_details: Description of the OIDC scopes.
:type scope_details: :class:`dict`
:param ignored_scopes: The scopes to hide.
:type ignored_scopes: :class:`list`
:param trusted: The list of implicitly consented clients.
:type trusted: :class:`list` [ :class:`~canaille.oidc.basemodels.Client` ]
:param nb_consents: The number of consents.
:type nb_consents: :class:`int`
:param nb_trusted: The number of trusted clients.
:type nb_trusted: :class:`int`
#}
{% extends theme('base.html') %}
{%- block title -%}
{%- trans %}My consents{% endtrans -%}
{%- endblock -%}
{% block submenu %}
{% trans %}My consents{% endtrans %}
{% if nb_consents %}
{% trans %}Has access to:{% endtrans %}