{% extends 'base.html.twig' %} {% block title %}Tournee index{% endblock %} {% block body %}
| Id | DateTournee | ModeRemuneration | Quantites | CarburantMontant | CarburantTicket | PreuvePda | StatutTournee | actions |
|---|---|---|---|---|---|---|---|---|
| {{ tournee.id }} | {{ tournee.dateTournee ? tournee.dateTournee|date('Y-m-d') : '' }} | {{ tournee.ModeRemuneration }} | {{ tournee.quantites }} | {{ tournee.carburantMontant }} | {{ tournee.carburantTicket }} | {{ tournee.preuvePda }} | {{ tournee.statutTournee }} | show edit |
| no records found | ||||||||