{% extends edc_base_template %} {% load static %} {% block main %} {{ block.super }}
Edc PharmacyRepack › {% if instance %} {{ instance.repack_identifier }} › Edit {% else %} New repack request {% endif %}
{% if instance %} Edit Repack Request {{ instance.repack_identifier }} {% else %} New Repack Request {% endif %}
Scan or type the stock code of the bulk item to repack, select the target container, and enter the number of containers to produce.
{% csrf_token %}
{% for field in form %}
{{ field }} {% if field.help_text %} {{ field.help_text }} {% endif %} {% if field.errors %} {{ field.errors|join:", " }} {% endif %}
{% endfor %}
{% if form.non_field_errors %}
{{ form.non_field_errors }}
{% endif %}   {% if instance %} Cancel {% else %} Cancel {% endif %}
{% endblock main %}