{{ item.description }}
|
{{ item.quantity }}
|
{{ item.unitary_cost|localizedcurrency(currency, app.request.locale, decpunit) }}
|
{{ item.discount }}%
|
{#
{% for tax in item.taxes %}
{{ tax.label() }}
{% endfor %}
| #}
{{ item.grossAmount|localizedcurrency(currency, app.request.locale) }}
|