{% extends 'ambition_edc/bootstrap3/base.html' %} {% load static edc_dashboard_extras %} {% block main %} {{ block.super }}
{{ protocol_name |default:project_name }} {{ request.site.name|title }}
{% if perms.edc_dashboard.view_screening_listboard %}    Screening {% endif %} {% if perms.edc_dashboard.view_subject_listboard %}    Subjects {% endif %} {% if perms.edc_dashboard.view_subject_review_listboard %}    Subject Review {% endif %} {% if perms.edc_navbar.nav_ae_section %}    Adverse events {% endif %} {% if perms.edc_navbar.nav_tmg_section %}    TMG reports {% endif %} {% if perms.edc_navbar.nav_lab_section %}    Specimens {% endif %} {% if perms.edc_action_item %}    Action items {% endif %} {% if request.user|has_group:"DATA_MANAGER" %}    Data Management {% endif %} {% if perms.edc_navbar.nav_pharmacy_section %}    Pharmacy {% endif %} {% if perms.edc_export %}    Export data {% endif %} {% if perms.edc_navbar.navbar_collect_offline %}    Synchronization {% endif %}    Switch sites    Log out
{% endblock main %}