{% extends "base.html.twig" %} {% block title %}Détails de {{ vehicles.brand }} {% endblock %} {% block body %}

{{ vehicles.brand }}

Marque :

{{ vehicles.brand }}

Description :

{{ vehicles.description }}

Catégorie :

{{ vehicles.categorie.name }}

Année d'immatriculation :

{{ vehicles.year.format('d-m-Y') }}

Nombre de kilomètres :

{{ vehicles.kilometer }} km

Prix :

{{ vehicles.price }} €

{{ include('_partials/_footer.html.twig', { 'business_hours': business_hours }) }} {% endblock %}