{% extends "main_django.html" %} {% load scope i18n %} {% block bodyclass %}oauth2{% endblock %} {% block body %}
{% blocktrans with application_name=client.name %} {{ application_name }} would like to access your data with the following permissions: {% endblocktrans %}
{{ error }} {{ error_description }}
{% endif %}