{# #}

Invoice

Tax Number {{ customer_tax_number }}
Invoice Date {{ invoice_date.strftime('%d %B %Y') }}
Invoice Number {{ invoice_number }}
Currency {{ invoice_currency }}
Bill to: {{ account_id }} · {{ account_name }}
Registered name: {{ customer_name }}
Address: {{ customer_address }}
Contract: {{ contract_id }} · {{ contract_name }}
{% include 'includes/transactions_table.html' %}
{% if has_vat %}
{% include 'includes/vat_info_table.html' %}
{% endif %} {% if has_wht %}
{% include 'includes/wht_info_table.html' %}
{% endif %}
Total Payable This Invoice {{ "{0:,.2f}".format(total_amount) }} {{ invoice_currency }}