{% load static custom_filters %}
Invoice No: {{ tracking_code }}
Date: {{ invoice_date|date:"F j, Y" }}
Invoice To:
{{ customer_name }}
{{ customer_email }}
{{ customer_phone}}
# | Item Description | {% for column in custom_columns %}{{ column }} | {% endfor %}Quantity | Unit Price | Total |
---|---|---|---|---|---|
{{ 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 }} |
{{ field.label }}: