{% 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 #} {% else %} {{ error.error }} {{ error.description }} {% endif %} {% endblock %}