| Description | Quantity | Unit price | VAT % | Amount ex VAT ({{ invoice_currency }}) |
|---|---|---|---|---|
| {{ item.description }} | {{ item.quantity }} | {{ "{0:,.2f}".format(item.amount) }} | {{ "{0:,.2f}".format(item.vat_rate).rstrip('0').rstrip('.') }}% | {{ "{0:,.2f}".format(item.amount_ex_vat) }} |
| Subtotal | {{ "{0:,.2f}".format(subtotal_amount) }} | |||