{# #}
Invoice |
|
| Tax Number | {{ se_vat_number }} |
|---|---|
| Invoice Date | {{ invoice_date.strftime('%d %B %Y') }} |
| Invoice Number | {{ invoice_number }} |
| Currency | {{ invoice_currency }} |
| Total Payable This Invoice | {{ "{0:,.2f}".format(total_amount) }} {{ invoice_currency }} |