{% load static %} {% load custom_filters %} {{ title }}

Invoice No: {{ tracking_code }}
Invoice Date: {{ invoice_date }}

{{ title }}
Total: {{ grand_total }} {{ currency }}

Invoice To

Email: {{ customer_email }}
{% for column in custom_columns %} {% endfor %} {% for item in items %} {% for column in custom_columns %} {% endfor %} {% endfor %}
# Item Description{{ column }}Quantity Unit Price Total Price
{{ forloop.counter }} {{ item.description }}{{ item.custom_data|get_item:column }}{{ item.quantity }} {{ item.measurement }} {{ item.unit_price }} {{ currency }} {{ item.total_price }} {{ currency }}

Thank you for your business.

{% if logo_url %} {% endif %}
{% for field in additional_fields %}

{{ field.label }}:

    {% for sentence in field.content|split_by_period %}
  • {{ sentence }}
  • {% endfor %}
{% endfor %}