{% include "lims/entries/container-layout.html" with show_samples=True label_samples=True %}
{% endfor %}
{% if shipment.requests or shipment.is_editable %}
REQUESTS
{% for request in shipment.requests %}
{% include "lims/entries/request-list-item.html" with editable=shipment.is_editable %}
{% empty %}
Use Requests to communicate intended experiments and procedures for this set of
samples, especially if beamline staff will be collecting the data.
{% endfor %}
{% endif %}
GROUPS
{% for group in shipment.groups_by_priority %}
{% include "lims/entries/group-list-item.html" with group=group editable=shipment.is_editable %}
{% endfor %}
{% include "lims/comments.html" with object=object %}
{% endblock %}
{% block extra_js %}
{% endblock %}