{% extends edc_base_template %} {% load static %} {% block extrastyle %} {{ block.super }} {% endblock %} {% block extrahead %} {{ block.super }} {% endblock %} {% block main %} {{ block.super }}
{% if nostock_table %}

Stock Request {{ stock_request.request_identifier }}: {{ rows }} Items for {{ subjects }} subjects

Review the proposed items. When you are ready click "Create Items" below or cancel.

{% if subjects_excluded_by_stock > 0 %}
* {{ subjects_excluded_by_stock }} subject{{ subjects_excluded_by_stock|pluralize}} {{ subjects_excluded_by_stock|pluralize:"has,have"}} stock on-site and {{ subjects_excluded_by_stock|pluralize:"has,have"}} been excluded. See below.{% endif %} {% if subjects_excluded_by_request > 0 %}
* {{ subjects_excluded_by_request }} subject{{ subjects_excluded_by_request|pluralize}} {{ subjects_excluded_by_request|pluralize:"was,were"}} found in pending requests and {{ subjects_excluded_by_request|pluralize:"has,have"}} been excluded. See below.{% endif %} {% else %}
Stock Request {{ stock_request.request_identifier }}: 0 Items for 0 subjects.

No items found. Check the cutoff date in the stock request {{ stock_request.request_identifier }}.

{% endif %}
{{ nostock_table|safe }}
{% csrf_token %}
{% if subjects_excluded_by_stock > 0 %}

Stock on-site

These items are in stock at the site for subjects in your request.


{{ instock_table|safe }}
{% endif %} {% if subjects_excluded_by_request > 0 %}

Pending request items

These subjects from your request are already listed in another pending request. To allocated stock for these subjects, go to the pending request listed here.


{{ unallocated_table|safe }}
{% endif %}
{% endblock main %} {% block document_ready %} {% endblock %}