{% extends "base_plain.html" %} {% block title %}Authorize {{ application.name }}{% endblock %} {% block content %} {% if not identities %}

You cannot give access to {{ application.name }} as you have no identities yet. Log in via the website and create at least one identity, then retry this process.

{% else %}
{% csrf_token %}
Authorize

Do you want to give {{ application.name }} access to this identity?

It will have permission to:

Deny
{% endif %} {% endblock %}