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

Request for Permission

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

{% csrf_token %} {{ hidden_inputs }}
    {% for scope in params.scope %}
  • {{ scope | capfirst }}
  • {% endfor %}
{% endblock %}