{% extends 'ambition_edc/bootstrap3/base.html' %} {% load static %} {% 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_navbar.nav_lab_section %}    Specimens {% endif %} {% if perms.ambition_ae %}    Adverse Events {% endif %} {% if perms.edc_dashboard.view_tmg_listboard %}    TMG Reports {% endif %} {% if perms.edc_navbar.nav_pharmacy_section %}    Pharmacy {% endif %} {% if perms.edc_action_item %}    Action Items {% endif %} {% if perms.edc_export %}    Export data {% endif %} {% if perms.edc_navbar.navbar_collect_offline %}    Synchronization {% endif %}    Switch sites    Log out
{% endblock main %}