{% extends 'base.html.twig' %} {% block title %}Connexion - Eolia Normandie{% endblock %} {% block body %}

Connexion

{% if bannedMessage is defined %} {% endif %}

Bienvenue sur l'espace réservé aux membres du club Eolia.

Pour adhérer, vous devez disposer d'un compte validé par notre administrateur. Créer un compte

Nous trouver

{% if valide is defined and valide == false and not is_granted('ROLE_ADMIN') %} {% endif %} {% if banned is defined and banned == true and not is_granted('ROLE_ADMIN') %} {% endif %} {% endblock %}