{% extends 'base.html.twig' %} {% block title %}ProblemeVehicule index{% endblock %} {% block body %}
| Id | Description | DateProbleme | StatutProbleme | actions |
|---|---|---|---|---|
| {{ probleme_vehicule.id }} | {{ probleme_vehicule.description }} | {{ probleme_vehicule.dateProbleme ? probleme_vehicule.dateProbleme|date('Y-m-d') : '' }} | {{ probleme_vehicule.statutProbleme }} | show edit |
| no records found | ||||