{{ organization.name }}
{% if organization.business_registration_no %}Business Reg: {{ organization.business_registration_no }}
{% endif %} {% if organization.address %}{{ organization.address }}
{% endif %} {% if organization.city %}{{ organization.city }}{% if organization.postcode %}, {{ organization.postcode }}{% endif %}
{% endif %} {% if organization.phone %}Phone: {{ organization.phone }}
{% endif %} {% if organization.email %}Email: {{ organization.email }}
{% endif %}{{ invoice.invoice_number }}
Date: {{ invoice.invoice_date|date:"d M Y" }}
{% if invoice.due_date %}Due Date: {{ invoice.due_date|date:"d M Y" }}
{% endif %} {{ invoice.get_status_display }}{{ organization.name }}
{% if organization.address %}{{ organization.address }}
{{ organization.city }}{% if organization.postcode %}, {{ organization.postcode }}{% endif %}
{% endif %} {% if organization.tax_id %}Tax ID: {{ organization.tax_id }}
{% endif %}| Description | Quantity | Unit Price | Amount |
|---|---|---|---|
| {{ item.description }} | {{ item.quantity|default:"1" }} | {{ invoice.currency }} {{ item.amount|floatformat:2 }} | {{ invoice.currency }} {{ item.amount|floatformat:2 }} |
| Subscription Services | 1 | {{ invoice.currency }} {{ invoice.subtotal|floatformat:2 }} | {{ invoice.currency }} {{ invoice.subtotal|floatformat:2 }} |
Paid On: {{ invoice.paid_at|date:"d M Y H:i" }}
{% if invoice.payment_reference %}Transaction ID: {{ invoice.payment_reference }}
{% endif %} {% if invoice.payment_method %}Payment Method: {{ invoice.payment_method.get_type_display }} ({{ invoice.payment_method.get_gateway_display }})
{% endif %}{{ invoice.notes }}