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

ProblemeVehicule index

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