{% extends "base.html" %} {% load i18n %} {% block content %}
{% trans "Authorization request" %}
{% 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." %}