{% 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 %}
Subject Label
Visit Date
Visit HIV Status
Source Study
CD4 Count
VL
Scope Visit EC
Pregnant
Hepatitis
State
Message
{% endblock %}
{% block table_body %}
{% paginate rows %}
{% show_pages %}
{{row.error_message}}