{% load static custom_filters %} {{ title }}
{% if logo_url %} {% endif %}
{{ title }}

Invoice No: {{ tracking_code }}

Date: {{ invoice_date }}

Invoice To:

{{ customer_name }}
{{ customer_email }}
{{ customer_phone }}

Pay To:

Your Company Name
Company Address

{% for column in custom_columns %} {% endfor %} {% for item in items %} {% for column in custom_columns %} {% endfor %} {% endfor %}
Item Description{{ column }}Price Qty Total
{{ forloop.counter }}. {{ item.description }}{{ item.custom_data|get_item:column }}{{ item.unit_price }} {{ currency }} {{ item.quantity }} {{ item.measurement }} {{ item.total_price }} {{ currency }}
{% for field in additional_fields %}

{{ field.label }}:

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