{# #}

Invoice

Tax Number {{ se_vat_number }}
Invoice Date {{ invoice_date.strftime('%d %B %Y') }}
Invoice Number {{ invoice_number }}
Currency {{ invoice_currency }}
Bill to: {{ customer_name }} · {{ customer_id }}
Address: {{ customer_address }}
Contract: {{ contract_name }} · {{ contract_id }}
{% include 'includes/transactions_table_old.html' %}
{% include 'includes/vat_info_table_old.html' %}
Total Payable This Invoice {{ "{0:,.2f}".format(total_amount) }} {{ invoice_currency }}