{% if constraintsFieldsVehicle.priceDiscount == true %} {% endif %}
{{ 'administrative.total.title'|trans({}, 'DocumentTrans') }} {{ sellingData.prices.vehicles.sellPriceWithoutTaxWithoutDiscount|number_format(2, ',', ' ') ~ ' ' ~ currencySymbol}} {% if sellingData.prices.vehicles.priceDiscount != 0 %} - {% endif %} {{ sellingData.prices.vehicles.priceDiscount|number_format(2, ',', ' ') ~ ' ' ~ currencySymbol}} {{ sellingData.prices.vehicles.sellPriceWithoutTaxWithDiscount|number_format(2, ',', ' ') ~ ' ' ~ currencySymbol}} {{ sellingData.prices.vehicles.sellTotalCollectedTaxWithoutTvaMerge|number_format(2, ',', ' ') ~ ' ' ~ currencySymbol}} {{ sellingData.prices.vehicles.sellPriceWithTax|number_format(2, ',', ' ') ~ ' ' ~ currencySymbol}}