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

Tournee index

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