{% extends 'base.html.twig' %} {% block title %}Restauration index{% endblock %} {% block body %}

Restauration index

{% for restauration in restaurations %} {% else %} {% endfor %}
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
Create new {% endblock %}