{% extends 'default/index.html.twig' %} {% block heading %} {# Entête #}

Collaborateurs

{% endblock %} {% block main %} {# Contenu #}
{% for item in collaborateurs %} {% else %} {% endfor %}
Nom Prénom Poste Commentaire Véhicule #
{{ item.nom }} {{ item.prenom }} {{ item.poste }} {{ item.comment | default("") }} Aucun {% if item.actif %}{% else %}{% endif %}
Aucun enregistrement
Total {{ collaborateurs|length }}
{% endblock %}