{% extends 'base.html.twig' %} {% block title %}Chauffeur index{% endblock %} {% block body %}
| Id | Nom | Prenom | Telephone | Permis | SalaireBase | Actif | actions |
|---|---|---|---|---|---|---|---|
| {{ chauffeur.id }} | {{ chauffeur.nom }} | {{ chauffeur.prenom }} | {{ chauffeur.telephone }} | {{ chauffeur.permis }} | {{ chauffeur.salaireBase }} | {{ chauffeur.actif ? 'Yes' : 'No' }} | show edit |
| no records found | |||||||