{{ payee.name }}

Date: {{ date }}

{% if invoice == true and purchase_order %}

Purchase order: {{ purchase_order }}

{% endif %}
{% for line in payee.address %}

{{ line }}

{% endfor %} {% if payee.identifier %}

Identifier (ABN/VAT number/etc.): {{ payee.identifier }}

{% endif %} {% if payee.email %} {% endif %} {% if payee.phone %}

Phone: {{ payee.phone }}

{% endif %} {% if payee.fax %}

Fax: {{ payee.fax }}

{% endif %}

Billed to:

{{ payer.name }}

{% for line in payer.address %}

{{ line }}

{% endfor %}
{% if invoice == true %}

Pay to:

{# We support payment details in the form of both bank accounts and online payment links #} {% if payee.bank %}

Name: {{ payee.bank.holder }}

Bank: {{ payee.bank.bank }}

{% if international == true %}

SWIFT Code: {{ payee.bank.swift }}

{% endif %}

Bank code (BSB/sort code/etc.): {{ payee.bank.code }}

Account Number: {{ payee.bank.account }}

{% elif payee.online %}

Name: {{ payee.online.name }}

Payment Link: {{ payee.online.link }}

{% endif %}

Balance due: {{ payer.due }}

{% else %}

Quote valid until:

{{ expiry }}

{% endif %}
{% for section in sections %} {% if section.description != "" %} {% endif %} {% for line in section.lines %} {% endfor %} {% endfor %} {% if tax > 0.0 %} {% endif %}
Item DescriptionQuantityUnit PriceTotal
{{ section.description }}
{{ line.description }} {{ line.quantity }}{% if line.units != "" %} {{ line.units }}{% endif %} {{ line.price | currency }} {{ line.total | currency }}
Subtotal{{ section.total | currency }}
Tax (GST/VAT/sales tax/etc.){{ tax | currency }}
Total{{ total | currency }}