{% if (message) %} {{ message }} {% endif %} {% for employe in ensEmploye %}
Nom employé : {{ employe.getNom }}
Statut : {{ employe.getStatut }}

{% endfor %}