{{ 'vehicle.vo'|trans({}, 'DocumentTrans') }}
|
{{ 'vehicle.brand'|trans({}, 'DocumentTrans') }}
|
{{ 'vehicle.model'|trans({}, 'DocumentTrans') }} - {{ 'vehicle.version'|trans({}, 'DocumentTrans') }}
|
{{ 'vehicle.license_number_complete'|trans({}, 'DocumentTrans') }}
|
{{ 'vehicle.color'|trans({}, 'DocumentTrans') }}
|
{{ 'vehicle.mileage_complete'|trans({}, 'DocumentTrans') }}
|
{{ 'vehicle.serial_number_complet'|trans({}, 'DocumentTrans') }}
|
{% if with_price %}
{{ 'vehicle.selling.sellPriceWithoutTax'|trans({}, 'DocumentTrans') }}
|
{{ 'administrative.tax'|trans({}, 'DocumentTrans') }}
|
{{ 'vehicle.selling.sellPriceWithTax'|trans({}, 'DocumentTrans') }}
|
{% endif %}