{% extends edc_base_template %} {% load static %} {% block main %} {{ block.super }}
Pharmacy > Storage bin > {{ action_word }} stock to bin
{{ action_word }} stock to bin {{ storage_bin.bin_identifier }} {{ storage_bin.item_count }}
{% csrf_token %}
{% if not items_to_scan %}
{% else %} {% for i in items_to_scan_as_range %}
{% endfor %} {% endif %}
{% endblock main %}