{% extends "layout.html" %} {% load uni_form_tags %} {% block title %}Authorize “{{ client.name }}”{% endblock %} {% block content %}
Grant “{{ client.name }}” access to {% if access_ranges %}the following parts of{% endif %} your account?
{% if access_ranges %}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 %}