{% extends edc_base_template %} {% load static %} {% block main %} {{ block.super }}
Edc PharmacyStock requests › {% if instance %}{{ instance.request_identifier }}{% else %}New request{% endif %}
{% if instance %}Edit stock request {{ instance.request_identifier }}{% else %}New stock request{% endif %}
Select the site location, formulation, and container type for this request. The system will identify subjects with upcoming appointments who need stock allocated.
{% csrf_token %} {% for field in form %}
{{ field }} {% if field.help_text %}

{{ field.help_text }}

{% endif %} {% for error in field.errors %}

{{ error }}

{% endfor %}
{% endfor %} {% if form.non_field_errors %}
{% for error in form.non_field_errors %}

{{ error }}

{% endfor %}
{% endif %}
{% if instance %} Cancel {% else %} Cancel {% endif %}
{% endblock main %}