{% extends edc_base_template %} {% load static %} {% block extrastyle %} {{ block.super }} {% endblock %} {% block extrahead %} {{ block.super }} {% endblock %} {% block document_ready %} {% endblock %} {% block main %} {{ block.super }}
Edc Pharmacy › {% if location_name %} Site stock report › {{ location_name }} {% else %} Site stock report {% endif %}
{% if groups %} {% if show_assignment %}{% endif %} {% for group in groups %} {% for row in group.rows %} {% if show_assignment %}{% endif %} {% endfor %} {% endfor %} {% if show_assignment %}{% endif %}
LocationAssignmentContainer Type Container Qty in Qty out Qty Bal Unit Qty In Unit Qty Out Unit Qty Bal
{{ group.location }}{{ row.assignment }}{{ 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
{% else %}

No stock currently held at site locations.

{% endif %}
{% endblock main %}