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

Authorize Application

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

{% if client_uri %}

{{ client_uri }}

{% endif %} {% if client_description %}

{{ client_description }}

{% endif %}

Client ID: {{ client_id }}

{% if requested_scopes %}

Requested Permissions

{% else %}

Requested Permissions

No specific permissions requested (authentication only)

{% endif %}

Signing in as

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

{% endblock %}