{% extends 'base.html.twig' %} {% block title %}Intervenant index{% endblock %} {% block body %}
| Id | Observation | Cout | Durée | Date | Realisations | actions |
|---|---|---|---|---|---|---|
| {{ intervenant.id }} | {{ intervenant.observation }} | {{ intervenant.cout }} | {{ intervenant.duree }} | {{ intervenant.date ? intervenant.date|date('Y-m-d H:i:s') : '' }} | {{ intervenant.realisations }} | show edit |
| no records found | ||||||