{% extends 'base.html' %} {% load i18n staticfiles %} {% block content %}

{% trans 'Request for Permission' %}

Client {{ client.name }} would like to access this information of you.

{% csrf_token %} {{ hidden_inputs }}
    {% for scope in scopes %}
  • {{ scope.name }}
    {{ scope.description }}
  • {% endfor %}

{% endblock %}