{% extends edc_listboard_template %} {% load edc_dashboard_extras %} {% block listboard_panel %}
Home {% if patient_group and arm == COMMUNITY_ARM %} Group Appointment Meeting {% endif %}
{{ patient_group.name }} {{ patient_group.group_identifier }} {% endblock %} {% block listboard_table_header %} # Subject Age/MF Patient log Group {% if country == "uganda" %}Filing{% else %}Name{% endif %} 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 }} {{ result.patient_log_identifier }} {{ result.group_identifier }} {% 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.consent_datetime|date:"SHORT_DATE_FORMAT" }} {{ result.modified|date:"SHORT_DATETIME_FORMAT" }} {% endblock listboard_table_columns %}