{% 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 submit_action %}
{% url 'row_info' file_id %}
{% endblock %}
{% block filename %}{{file}}{% endblock %}
{% block table_header %}
Subject label
Source study
ART Initiation Date
ART Interuption Date
ART Resumption Date
State
Message
{% endblock %}
{% block table_body %}
{% paginate rows %}
{% show_pages %}
{{row.error_message}}