{% 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 }}

{% if predefined_users %}

Authenticate predefined users

{% for sub in predefined_users %} {% endfor %}
{% endif %} {% if recent_subjects %}

Authenticate previous users

{% for subject in recent_subjects %} {% endfor %}
{% endif %} {% endblock %}