{% extends 'base.html.twig' %} {% block title %}Résultat de la recherche{% endblock %} {% block body %}

Résultat de la recherche

{% if message is defined and message is not empty %}
{{ message }}
{% endif %} {% for message in app.flashes('warning') %}
{{ message }}
{% endfor %} {% if ensRecherche is not empty %} {% for employe in ensRecherche %} {% endfor %}
Nom Statut
{{ ensRecherche.nom }} {{ ensRecherche.statut }}
{{ employe.nom }} {{ employe.statut }}
{% else %}

Aucun employé trouvé.

{% endif %} {% endblock %}