{% extends "oauth2_provider/base.html" %} {% load i18n %} {% block content %}
{% translate "Application requires the following permissions" %}
{% translate "Select organisation" %}: {% for org in organisations %} {{ org.name }} {% endfor %}
{{ error.description }}