{{ inv.customer }}
{{ inv.item }}
{{ inv.cust_item_code }}
{{ inv.p_category }}
{{ inv.min_qty | default_if_none:"" | floatformat:'0' | intcomma }}
{{ inv.reorder_qty | default_if_none:"" | floatformat:'0' | intcomma }}
{{ inv.qty_on_hand1 | default_if_none:"" | floatformat:'0' | intcomma }}
{{ inv.min_qty2 | default_if_none:"" | floatformat:'0' | intcomma }}
{{ inv.reorder_qty2 | default_if_none:"" | floatformat:'0' | intcomma }}
{{ inv.qty_on_hand2 | default_if_none:"" | floatformat:'0' | intcomma }}
{% endfor %}
{% endblock content %}