{% extends 'frontend/base.html.j2' %} {% block title %}{{ gettext('Oauth2 Request') }}{% endblock %} {% block content %}
A service ask for access to your account data.
Requested Scopes: {{ auth_req['scope'] }}
You can confirm this pressing "Continue"
{{ render_form(form) }}