{% extends edc_base_template %} {% load static %} {% block main %} {{ block.super }}
Edc Pharmacy > Stock Transfer > Transfer stock
{% if from_location and to_location %}Transfer stock from {{ from_location.display_name }} to {{ to_location.display_name }}{% else %}Transfer stock to site{% endif %}
{% csrf_token %}
{% if stock_transfer %} {% for i in item_count %}
{% endfor %} {% else %}
{% endif %}
{% endblock main %}