{% extends edc_listboard_template %} {% load edc_dashboard_extras %} {% block listboard_panel_title %} {% if patient_group %} SUBJECTS IN GROUP {{ patient_group.name }} {% else %}   {{ listboard_panel_title }} {% endif %} {% endblock listboard_panel_title %} {% block listboard_search_btn_group %} Home {% if patient_group %} Patient Logs Appointment Meeting {% endif %} {% endblock listboard_search_btn_group %} {% block listboard_table_header %} # Subject Age/MF {% if country == "uganda" %}Filing{% else %}Name{% endif %} Patient log Group Consented Modified {% endblock listboard_table_header %} {% block listboard_table_columns %} {{ result.subject_identifier }} {% if result.gender == MALE %} {% else %} {% endif %} {{result.age_in_years}}{{ result.gender }} {% if country == "uganda" %}{{result.filing_identifier}}{% else %}{% if perms.edc_registration.display_firstname %}{{ result.familiar_name }}{% else %}******{% endif %} {% if perms.edc_registration.display_lastname %}{{ result.initials }}{% else %}{{result.filing_identifier}}{% endif %}{% endif %} {{ result.patient_log_identifier }} {{ result.group_identifier }} {{ result.consent_datetime|date:"SHORT_DATE_FORMAT" }} {{ result.modified|date:"SHORT_DATETIME_FORMAT" }} {% endblock listboard_table_columns %}