{% load static custom_filters %}
Invoice No: {{ tracking_code }}
Date: {{ invoice_date }}
Invoice To:
{{ customer_name }}
{{ customer_email }}
{{ customer_phone }}
Pay To:
Your Company Name
Company Address
Item | Description | {% for column in custom_columns %}{{ column }} | {% endfor %}Price | Qty | Total |
---|---|---|---|---|---|
{{ forloop.counter }}. | {{ item.description }} | {% for column in custom_columns %}{{ item.custom_data|get_item:column }} | {% endfor %}{{ item.unit_price }} {{ currency }} | {{ item.quantity }} {{ item.measurement }} | {{ item.total_price }} {{ currency }} |
{{ field.label }}: