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

Authorize {{ client_name }}

{% if client_description %}

{{ client_description }}

{% endif %}

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

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