{% load url from future %} {% block content %} {% if not error %}

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

{# TODO: show current permission #}
{{ form.as_ul }} {% csrf_token %} {{ form.errors }} {{ form.non_field_errors }}
{% else %} {{ error.error }} {{ error.description }} {% endif %} {% endblock %}