{% extends "_base.html" %} {% block content %}

Authorize Client

Client ID: {{ client_id }}

{% if sub_missing %} The field is missing {% else %} {% endif %}

You will be redirected to {{ redirect_uri }}

{% endblock %}