{% 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.

{% 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 %}
In-stock items.

These items are in stock at the site.


{{ instock_table|safe }}
{% endblock main %} {% block document_ready %} {% endblock %}