{% extends "authentic2/base.html" %} {% load i18n %} {% load staticfiles %} {% block bodyargs %} {% endblock %} {% block menu %} {% endblock %} {% block content %}
{% if not request.session.fc_id_token %}

Accéder à {% if request.partner %}la {{ request.partner.name|default:'NOM VILLE' }} avec{% endif %} votre Compte usager

{% endif %}
{% for name, content in methods reversed %} {% if methods|length == 1 %}

{% if forloop.counter0 %}{{name}}{% else %}Connexion{% endif %}

{% endif %}
{{ content|safe }}
{% if not forloop.last %} {% if not user.is_authenticated and not request.session.fc_id_token %}
{% trans "OU" %}

{% trans "Connectez-vous" %}

{% endif %} {% endif %} {% endfor %}
{% if not request.session.fc_id_token %} {% if registration_authorized %} {% endif %} {% endif %}
{% endblock %}