{{ item.provreembolso_identification }}
|
{{ item.provreembolso_name }}
|
{{ item.tipoDocReembolso.name}}
|
{{ item.serieDocumento }}
|
{{ item.numeroSecuencial }}
|
{#
{% for tax in item.taxes %}
{{ tax.label() }}
{% endfor %}
| #}
{{ item.imponible|localizedcurrency(currency, app.request.locale) }}
|
{{ item.porIva }}
|
{{ item.valiva|localizedcurrency(currency, app.request.locale) }}
|