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

Authorization

{{grant.client.client_name}} is requesting with a scope of: {{ grant.request.scope }}

{% if not user %}

You haven't logged in. Log in with:

{% endif %}
{% endblock %}