{% extends 'base.html' %} {% load scope %} {% block content %} {% if not error %}

{{ client.name }} would like to access your data with the following permissions:

{% csrf_token %} {{ form.errors }} {{ form.non_field_errors }}
{% else %} {{ error }} {{ error_description }} {% endif %} {% endblock %}