{% extends "cephia/row_info_base.html" %}
{% load bootstrap3 %}
{% load el_pagination_tags %}
{% block filter_fields %}
{% bootstrap_field filter_form.state %}
{% bootstrap_field filter_form.has_comment %}
{% endblock %}
{% block filename %}{{file}}{% endblock %}
{% block table_header %}
Parent Label
Aliquot Label
Specimen Type
Volume
Volume Units
Aliquoting Date
Reason
State
Message
{% endblock %}
{% block table_body %}
{% paginate rows %}
{% show_pages %}
{{row.error_message}}