{{ position.description }} |
{{ position.amount }} |
{% if is_decimal_place_0(position.vat) %}
{{ position.vat|number_format(0, ',', '.') }}
{% else %}
{{ position.vat|number_format(2, ',', '.') }}
{% endif %}
|
{{ position.price|number_format(2, ',', '.') }} |
{% if mode is defined and mode == 'edit' %}
|
{% endif %}
{% endfor %}