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

TypeVehicule

Id {{ type_vehicule.id }}
Nom {{ type_vehicule.nom }}
Statut {{ type_vehicule.statut ? 'Yes' : 'No' }}
back to list edit {{ include('type_vehicule/_delete_form.html.twig') }} {% endblock %}