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

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

{% if client_description %}

{{ client_description }}

{% endif %}

{{ gettext("%(client)s is asking permission to access your account. If you approve, it will receive:", client=client_name) | safe }}

{% for k, v in params.items() %} {% endfor %}
{% endblock %}