{# .. screenshot:: |canaille|/oauth/authorize?response_type=code&client_id=client1&redirect_uri=http%3A%2F%2Flocalhost%3A5001%2Flogin_callback&scope=openid+profile+email+phone+address+groups&state=state&nonce=nonce :context: admin :align: right :width: 275px The consent request dialog. Consent request template. This templates is displayed to users accessing a new application that requests to access to personal information. It lists the personal information requested by the application, and offers the user to accept or decline. :param user: The user whose consent is asked. :type user: :class:`~canaille.core.models.User` :param grant: The OIDC grant. :type grant: An Authlib ``Grant`` #} {% extends theme('base.html') %} {% import 'macro/form.html' as fui %} {% block content %}