+
+
+
{{home_title}}
+
+
+ {% if not session.is_authenticated %}
+
+ {% else %}
+ {% if user is not none %}
+ {% set username = '
' ~ user.get_display_name() ~ '' %}
+
+
+ {% trans %}
+ Hello {{username}}
+ {% endtrans %}
+
+
+ {% endif %}
+ {% if auth.getClient() is not none %}
+
+
+
{% trans %}Autorisation d'accès{% endtrans %}
+
+
+ {% set application_name = auth.getClient.get_name() %}
+
+ {% trans %}
+ Autorisez-vous l'application "{{application_name}}" à accéder à votre contenu sur {{home_title}} ?
+ {% endtrans %}
+
+
+
+ {% endif %}
+
+
+
+
+ {% endif %}
+
+