{% extends 'layout_dtpop_forms.html' %} {% load static %} {% load humanize %} {% load crispy_forms_tags %} {% block content %} {% include "informant_erp/includes/item_create_modals.html" %}
Receiver:
{{ invlog.receiver }}
Qty. On Hand:
{{ invlog.qty_on_hand | floatformat:'0' | intcomma }}
Lot:
{{ invlog.lot }}
Item:
{{ invlog.item_id }}
CustItemCode:
{{ invlog.cust_item_code }}
Description:
{{ invlog.description }}
Package:
{{ invlog.package_id }}
Unit Weight:
{{ invlog.unit_weight }}
Car:
{{ invlog.car_id }}
Class:
{{ invlog.inv_class_id }}
Group:
{{ invlog.group_id }}

Test
Sample ID
Result
Comment
{% for test_result in test_results %}
{{test_result.test}}
{{test_result.sample_id}}
{{test_result.result}}
{{test_result.comment}}
{% empty %}
No Test Results
{% endfor %}
   Approved RW Item
            Reference
   Pct
             Comment
{% crispy form %} {% include "informant_reports/view_details_modal.html" %} {% endblock content %} {% block body_scripts %} {{ block.super }} {% endblock body_scripts %}