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

ChauffeurVoyage index

{% for chauffeur_voyage in chauffeur_voyages %} {% else %} {% endfor %}
Id Statut actions
{{ chauffeur_voyage.id }} {{ chauffeur_voyage.statut ? 'Yes' : 'No' }} show edit
no records found
Create new {% endblock %}