{% extends "modal/form.html" %} {% load layout %} {% load static %} {% block modal_assets %} {{ block.super }} {% endblock %} {% block modal_styles %}modal-lg{% endblock %} {% block modal_title %} {{ container.name }} Samples{% endblock %} {% block modal_body %}
{% for placeholder in container.placeholders %} {% endfor %}
Port Name Group Barcode Comments
{{ placeholder.location.name }} {{ placeholder.name|default:"" }} {{ placeholder.group.name|default:"" }} {{ placeholder.barcode|default:"" }} {{ placeholder.comments|default:"" }}
{% endblock %} {% block modal_footer %}
Click on a field to edit it. Copy and paste single columns from a spreadsheet. Remove existing samples by clearing the name.
{% endblock %} {% block modal_scripts %} {% endblock %}