{% load humanize %}
{% for inv in inv_list %} {% endfor %}
Receiver Item Customer CustItemCode Lot Package Qty. Class Group Car Description
{{ inv.receiver }} {{ inv.item.name }} {{ inv.customer_id }} {{ inv.cust_item_code }} {{ inv.lot }} {{ inv.package_id }} {{ inv.qty_on_hand | floatformat:'0' | intcomma }} {{ inv.inv_class_id }} {{ inv.group_id }} {{ inv.car_id }} {{ inv.description }}