{% extends 'base.html.twig' %} {% block title %}Restauration index{% endblock %} {% block body %}
| Id | CoutRepasPersonnel | CoutRepasClients | Durée | Forfait | actions |
|---|---|---|---|---|---|
| {{ restauration.id }} | {{ restauration.coutRepasPersonnel }} | {{ restauration.coutRepasClients }} | {{ restauration.durée ? restauration.durée|date('H:i:s') : '' }} | {{ restauration.forfait }} | show edit |
| no records found | |||||