{% extends edc_listboard_template %} {% load admin_urls %} {% load edc_dashboard_extras %} {% load mapitio_dashboard_extras %} {% block listboard_panel %} Add Enrollment {% endblock listboard_panel %} {% block listboard_table_header %} # Study ID Initials Age/Gender Identifiers 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 %} {% add_consent_button result %} {% endif %} {% endif %}
{% endblock listboard_table_button_column %} {% block listboard_table_columns %} {{ result.subject_identifier }} {{ result.initials }} {{ result.age_in_years }} yrs {{ result.gender }} HMS: {{ result.hospital_identifier }}
HMS File:{{ result.file_number }}
CTC:: {{ result.ctc_identifier }} {{ result.user_created }} {{ result.object.modified|date:"SHORT_DATETIME_FORMAT" }} {{ result.hostname_created }} {% endblock listboard_table_columns %}