TOTAL: {{total_amount}}
{{#each items}} {{/each}}
Concepto Cantidad Precio unidad Importe total
{{description}} {{#if quantity}}{{quantity}}{{else}} {{/if}} {{#if unit_amount}}{{unit_amount}}{{else}} {{/if}} {{#if taxable_amount}}{{taxable_amount}}{{else}} {{/if}}
{{#if payment_method}}

Forma de pago: {{payment_method}}

{{else}} {{/if}} {{#if notes}}

Notas: {{notes}}

{{else}} {{/if}}
{{#if discount_percentage}} {{else}} {{/if}} {{#each taxes}} {{/each}}
Importe neto   {{subtotal_amount}}
Descuento {{discount_percentage}}   {{discount_amount.value}}
Base imponible   {{taxable_amount}}
{{tax_name}}   {{taxes_amount}}
Total factura   {{total_amount}}