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

{{ gettext("Authorize %(client)s", client=client_name) }}

{% if client_description %}

{{ client_description }}

{% endif %}

{{ client_name }} {{ gettext("is asking permission to access your account. If you approve, it will receive:") }}

{# Explicit allowlist of the /authorize-resubmission fields. Iterating params.items() would silently pass through any future server-side addition; this list makes what the form actually carries forward auditable from the template alone. #}
{% endblock %}