{% extends 'base.html.twig' %} {% block title %}Reunion{% endblock %} {% block body %}
| Id | {{ reunion.id }} |
|---|---|
| Objet | {{ reunion.objet }} |
| Date | {{ reunion.date ? reunion.date|date('Y-m-d') : '' }} |
| Content | {{ reunion.content }} |
| CoutLocationSalle | {{ reunion.coutLocationSalle }} |
| CoutLocationMateriel | {{ reunion.CoutLocationMateriel }} |
| CoutRestauration | {{ reunion.CoutRestauration }} |
| CoutCollation | {{ reunion.coutCollation }} |
| Duree | {{ reunion.duree ? reunion.duree|date('H:i:s') : '' }} |
| ForfaitHoraire | {{ reunion.forfaitHoraire }} |