{% extends 'AppBundle:Documents:v2\\standard_layout.html.twig' %} {% import 'AppBundle:Documents:v2\\Import\\vehicle.html.twig' as vehicleF %} {% import 'AppBundle:Documents:v2\\Import\\vehicle_follow.html.twig' as vehicleFollowF %} {% import 'AppBundle:Documents:v2\\Import\\vehicle_eurotax.html.twig' as vehicleEurotaxF %} {% import 'AppBundle:Documents:v2\\Import\\vehicle_note.html.twig' as vehicleNoteF %} {% block content %} {% include 'AppBundle:Documents:v2\\Include\\Global\\title_content.html.twig' with {'title': 'VÉHICULE COTÉ LE ' ~ vehicleEurotaxF.getEurotaxCoteDate(vehicle.eurotax, {})} %}
- Cours Moyen. - Répercussion des options. |
{{ vehicleEurotaxF.getValueAverage(vehicle.eurotax, {}) }} {{ currencySymbol }} {{ vehicleEurotaxF.getValueOption(vehicle.eurotax, {}) }} {{ currencySymbol }} |
- Répercussion de la MEC. - Répercussion du kilométrage. |
{{ vehicleEurotaxF.getValueMec(vehicle.eurotax, {}) }} {{ vehicleEurotaxF.getValueKm(vehicle.eurotax, {}) }} |
Côte du véhicule {{ vehicleEurotaxF.getValueCote(vehicle.eurotax, {}) }} {{ currencySymbol }} |
{{ vehicleNoteF.getNoteAdministration(vehicle.note, {}) }} |