{% extends 'base.html.twig' %} {% block title %} Sélection intervenants {% endblock %} {% block body %} {#
#}
{% if((listeIntervenants is defined) and (listeIntervenants is not empty))%} {% for i in listeIntervenants %}
{% endfor %} {% else %}

Il n'existe encore aucun intervenant dans la base.

{% endif %}
{% endblock %}