{% extends "authentic2/login.html" %} {% block login-pre %}
{% if not request.session.fc_id_token %}

{% if 'admin-cut' in request.get_host %} Connectez-vous à votre compte agent GRANDLYON CONNECT {% else %} Connectez-vous à {% if request.partner %}{{ request.partner.name|default:'NOM VILLE' }} avec{% endif %} votre {{ account_label }} {% endif %}

{% endif %}
{% endblock %} {% block footer-pre %} {% if registration_authorized and "admin-cut" not in request.get_host %} {% endif %} {% endblock %}