{% 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
Cohort entry date
Country
Cohort HIV entry status
Last Negative Date
First Positive Date
Fiebig
ARS Onset Date
Date of Birth
Sex
Transgender
Population Group
Sex with men
Sex with women
Risk IDU
Subtype
Subtype Confirmed
AIDS Diagnosis Date
ART Initiation Date
ART Interuption Date
ART Resumption Date
State
Message
{% endblock %}
{% block table_body %}
{% paginate rows %}
{% show_pages %}
{{row.error_message}}