TOTAL: {{total_amount}}
| 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}}
{{else}}
{{/if}}
{{#if notes}}
{{else}}
{{/if}}
Forma de pago: {{payment_method}}
Notas: {{notes}}
| Importe neto | {{subtotal_amount}} | |
| Descuento {{discount_percentage}} | {{discount_amount.value}} | |
| Base imponible | {{taxable_amount}} | |
| {{tax_name}} | {{taxes_amount}} | |
| Total factura | {{total_amount}} |