{% extends 'base.html.twig' %} {% block title %}{{ voiture.marque.nom }} {{ voiture.modele }}{% endblock %} {% block body %}
| Kilométrage | {{ voiture.kilometrage|number_format(0, ',', ' ') }} km |
|---|---|
| Année | {{ voiture.anneeCirculation }} |
| Carburant | {{ voiture.carburant }} |
| Transmission | {{ voiture.transmission }} |
| Puissance | {{ voiture.puissance }} CV |
| Cylindrée | {{ voiture.cylindree }} |
| Propriétaires | {{ voiture.nombreProprietaires }} |
{{ voiture.description }}
{{ voiture.options }}