{{home_title}}

{% if not app.isAuthenticated() %}
{% for key,value in auth.getParams %} {% endfor %} {% if errorMessage %} {% endif %}

{% trans 'Problèmes de connexion ?' %}

{% else %} {% if app['phraseanet.user'] is not none %} {% set username = '' ~ app['phraseanet.user'].get_display_name() ~ '' %}
{% 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 %}
{% for key,value in auth.getParams %} {% endfor %}
{% for key,value in auth.getParams %} {% endfor %}
{% endif %}