{% extends edc_listboard_template %} {% load edc_dashboard_extras %} {% block listboard_panel %}
Home {% if patient_group and arm == COMMUNITY_ARM %} Group Appointment Meeting {% endif %}
{% endblock %} {% block listboard_table_header %} # Identifier Subject Age Consented Modified {% endblock listboard_table_header %} {% block listboard_table_columns %} {{ result.subject_identifier }} {% if result.gender == MALE %} {% else %} {% endif %} {% if country == "uganda" %} {{result.object}} {% else %} {% if perms.edc_registration.display_firstname %}{{ result.familiar_name }}{% else %}******{% endif %} {% if perms.edc_registration.display_lastname %}{{ result.initials }}{% else %}******{% endif %} {% endif %} {{result.object.age_in_years}}yrs {{ result.object.consent_datetime|date:"SHORT_DATE_FORMAT" }} {{ result.object.modified|date:"SHORT_DATETIME_FORMAT" }} {% endblock listboard_table_columns %}