Jugement Majoritaire
    {% if is_granted('ROLE_ADMIN') %}
  • Administration
    • Elections en cours :
    • {% for e in currentElections if e.started %}
    • > {{ e.nom }}
    • {% endfor %}
    • Toutes les élections
    • Tout réinitialiser
  • {% endif %} {% block extendedNavBar %}{% endblock %}
    {% if is_granted('ROLE_USER') %}
  • Connecté en tant que : {{ app.security.token.user.username }}
  • Se déconnecter
  • {% else %}
  • Connexion
  • {% endif %}