{{ partExchange.vehicle.__toString|truncate(40)|nl2br }}
|
{% if hasVehicles == true %}
|
{% endif %}
{% if partExchange.getZone() is not empty %}
{{ partExchange.getZone()|trans({}, 'CommonTrans') }}
{% endif %}
|
{% include 'AppBundle:Utility:localized_currency.html.twig' with {
'value': partExchange.priceWithoutTax
} %}
|
{% if partExchange.getTax() is not empty %}
{{ partExchange.getTax()|trans({}, 'CommonTrans') }}
{% endif %}
|
{% include 'AppBundle:Utility:localized_currency.html.twig' with {
'value': partExchange.priceWithTax
} %}
|
|
|
| |
|
|
|
|
|