{% extends "layout.html" %} {% load uni_form_tags %} {% block title %}Authorize “{{ client.name }}”{% endblock %} {% block content %}

Authorize

Grant “{{ client.name }}” access to {% if access_ranges %}the following parts of{% endif %} your account?

{% if access_ranges %} {% for access_range in access_ranges %} {% endfor %}
Key Description
{{ access_range.key }} {{ access_range.description }}

This allows “{{ client.name }}” to access parts of your sample application user account using authenticated OAuth 2.0 requests.

{% endif %}
{% uni_form form helper %}
{% endblock %}