{% extends "base.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 %} {% endif %} {% endblock %}