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