{% load static custom_filters %}
Invoice To:
{{ customer_name }}
{{ customer_address }}
{{ customer_email }}
{{ customer_phone }}
Item | {% for column in custom_columns %}{{ column }} | {% endfor %}Qty | Unit price | Total |
---|---|---|---|---|
{{ item.name }} {{ 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 }}: