{% extends "base.html" %} {% block content %}

Request for Permission

The Knowledge Base Client {{ client.name }} would like to access your personal informations.

This is a normal part of the login process to the knowledge base.

{% csrf_token %} {{ hidden_inputs }}
    {% for scope in scopes %}
  • {{ scope.name }}
    {{ scope.description }}
  • {% endfor %}
{% endblock %}