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

{% trans "Authorization request" %}

{% if scopes|length > 0 %}

{% trans "The client" %} {{ client.name }} {% trans "would like to access the following personale information:" %}

{% else %}

{% trans "The client" %} {{ client.name }} {% trans "would like to access your account." %}

{% endif %}

{% trans "This is a normal part of the login process to the knowledge base." %}

{% csrf_token %} {{ hidden_inputs }}
{% endblock %}