{% load humanize %} {% with ncmlog_records|first as ncmlog %}
NCMLog List for Job:{{ ncmlog.reference }}:
{% endwith %}
NCM
Reason
Result
Disposition
Qty.
{% for ncmlog in ncmlog_records %}
{{ ncmlog.ncm | default_if_none:"" }}
{{ ncmlog.reason | default_if_none:"" }}
{{ ncmlog.result | default_if_none:"" }}
{{ ncmlog.disposition | default_if_none:"" }}
{{ ncmlog.qty_on_hand | floatformat:'0' | intcomma | default_if_none:"0" }}
{% empty %} No NCM Records {% endfor %}