{% extends edc_listboard_template %} {% load admin_urls %} {% load edc_dashboard_extras %} {% load mocca_dashboard_extras %} {% block listboard_panel %} Add Subject Screening {% endblock listboard_panel %} {% block listboard_table_header %} # Screening ID Initials Age/Gender Conditions Study ID User Modified Host {% endblock listboard_table_header %} {% block listboard_table_button_column %}
{% screening_button result %} {% eligibility_button result %} {% if result.eligible %} {% if result.consent %} {% dashboard_button result %} {% else %} {% refusal_button result %}{% if not result.refusal %}{% add_consent_button result %}{% endif %} {% endif %} {% endif %}
{% endblock listboard_table_button_column %} {% block listboard_table_columns %} {{ result.human_screening_identifier }} {{ result.initials }} {{ result.age_in_years }} yrs {{ result.gender }} {% if result.qualifying_condition == YES %}HIV/DIA/HYP{%endif%} {% if result.consent %}{{ result.consent.subject_identifier }}{% else %} -- {% endif %} {{ result.user_created }} {{ result.object.modified|date:"SHORT_DATETIME_FORMAT" }} {{ result.hostname_created }} {% endblock listboard_table_columns %}