{% extends "_root.html" %} {% block body %}

Authorize Application

{{ client_name|default("Unknown Application") }}

{% if client_uri %}

{{ client_uri }}

{% endif %} {% if client_description %}

{{ client_description }}

{% endif %}
{% if requested_scopes %}

Requested Permissions

{% endif %}

Signing in as

{{ user_name }} ({{ user_url }})

{% endblock %}