{% extends 'auth/base.html.j2' %} {% block title %}{{ gettext('Consent') }}{% endblock %} {% block content %}
The application "{{ client.client_id }}" requested the following scopes: {{ requested_scope }}
Allow this app to access that data?
{{ render_form(form) }} {% endblock %}