{% extends 'b_index.html.twig' %} {% block title %}Vehicule{% endblock %} {% block stylesheets %} {{ encore_entry_link_tags('app_table') }} {% endblock %} {% block body %} {# #}

Liste des vehicules ({{ typeVehicule.nom }})

{% set items=vehicules %} {% for item in items %} {% else %} {% endfor %}
Marque Modele Annee Couleur Immatriculation Capacite Action
{{ item.marque }} {{ item.modele }} {{ item.annee }} {{ item.couleur }} {{ item.immatriculation }} {{ item.capacite }}
{# #} {# #}
Pas d'enregistrement trouvé
Marque Modele Annee Couleur Immatriculation Capacite Action
{% endblock %} {% block javascripts %} {{ encore_entry_script_tags('apps_table') }} {% endblock %}