{% 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 %} {% for row in rows %} {{row.subject_label}} {{row.source_study}} {{row.cohort_entry_date_yyyy}} {{row.cohort_entry_date_mm}} {{row.cohort_entry_date_dd}} {{row.country}} {{row.cohort_entry_hiv_status}} {{row.last_negative_date_yyyy}} {{row.last_negative_date_mm}} {{row.last_negative_date_dd}} {{row.first_positive_date_yyyy}} {{row.first_positive_date_mm}} {{row.first_positive_date_dd}} {{row.fiebig_stage_at_firstpos}} {{row.ars_onset_date_yyyy}} {{row.ars_onset_date_mm}} {{row.ars_onset_date_dd}} {{row.date_of_birth_yyyy}} {{row.date_of_birth_mm}} {{row.date_of_birth_dd}} {{row.sex}} {{row.transgender}} {{row.population_group}} {{row.risk_sex_with_men}} {{row.risk_sex_with_women}} {{row.risk_idu}} {{row.subtype}} {{row.subtype_confirmed}} {{row.aids_diagnosis_date_yyyy}} {{row.aids_diagnosis_date_mm}} {{row.aids_diagnosis_date_dd}} {{row.art_initiation_date_yyyy}} {{row.art_initiation_date_mm}} {{row.art_initiation_date_dd}} {{row.art_interruption_date_yyyy}} {{row.art_interruption_date_mm}} {{row.art_interruption_date_dd}} {{row.art_resumption_date_yyyy}} {{row.art_resumption_date_mm}} {{row.art_resumption_date_dd}} {{row.state}}
{{row.error_message}}
{% if row.state == 'error' %} {% bootstrap_icon "comment" %} {% endif %} {% endfor %} {% endblock %}