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

Chauffeur index

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