{% extends 'frontend/base.html.j2' %} {% block title %}{{ gettext('Oauth2 Request') }}{% endblock %} {% block content %}

A service ask for access to your account data.
You can confirm this pressing "Continue"

{{ render_form(form) }}
{% endblock %}