{% load static %} {% load custom_filters %}
Invoice No: {{ tracking_code }}
Invoice Date: {{ invoice_date }}
Email: {{ customer_email }} |
# | Item Description | {% for column in custom_columns %}{{ column }} | {% endfor %}Quantity | Unit Price | Total Price |
---|---|---|---|---|---|
{{ forloop.counter }} | {{ item.description }} | {% for column in custom_columns %}{{ item.custom_data|get_item:column }} | {% endfor %}{{ item.quantity }} {{ item.measurement }} | {{ item.unit_price }} {{ currency }} | {{ item.total_price }} {{ currency }} |
Thank you for your business.
{{ field.label }}: