{# #}

Self Bill Invoice

Tax Number {{ customer_tax_number }}
Invoice Date {{ invoice_date.strftime('%d %B %Y') }}
Invoice Number {{ invoice_number }}
Currency {{ invoice_currency }}
Bill to: {{ se_name }}
Address: {{ se_address }}
Tax Number: {{ se_vat_number }}
{% 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 }}