{% extends edc_base_template %} {% load static %} {% block extrastyle %} {{ block.super }} {% endblock %} {% block extrahead %} {{ block.super }} {% endblock %} {% block document_ready %} {% endblock %} {% block main %} {{ block.super }}
| Location | {% if show_assignment %}Assignment | {% endif %}Container Type | Container | Qty in | Qty out | Qty Bal | Unit Qty In | Unit Qty Out | Unit Qty Bal |
|---|---|---|---|---|---|---|---|---|---|
| {{ group.location }} | {% if show_assignment %}{{ row.assignment }} | {% endif %}{{ row.container_type }} | {{ row.container }} | {{ row.qty_in }} | {{ row.qty_out }} | {% if row.qty_balance == 0 %} 0 {% elif row.qty_balance < 0 %} {{ row.qty_balance }} {% else %} {{ row.qty_balance }} {% endif %} | {{ row.unit_qty_in }} | {{ row.unit_qty_out }} | {% if row.unit_qty_balance == 0 %} 0 {% elif row.unit_qty_balance < 0 %} {{ row.unit_qty_balance }} {% else %} {{ row.unit_qty_balance }} {% endif %} |
| Total | {% if show_assignment %}{% endif %} |
No stock currently held at site locations.
{% endif %}