{% load static custom_filters %}
Item | {% for column in custom_columns %}{{ column }} | {% endfor %}Price | Qty | Total |
---|---|---|---|---|
{{ item.description }} | {% for column in custom_columns %}{{ item.custom_data|get_item:column }} | {% endfor %}{{ item.unit_price }} | {{ item.quantity }} | {{ item.total_price }} |
{{ barcode_number }}