{{ line }}
{% endfor %} {% if payee.identifier %}Identifier (ABN/VAT number/etc.): {{ payee.identifier }}
{% endif %} {% if payee.email %}Email: {{ 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 %}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 %}Item Description | Quantity | Unit Price | Total |
---|---|---|---|
{{ 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 }} |