{% extends 'mocca_edc/bootstrap3/base.html' %} {% load static edc_dashboard_extras %} {% block main %} {{ block.super }}
 
{{ protocol_name |default:project_name }} {{ site_title|default: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_dashboard.view_screening_listboard %}  Daily Closing Log {% endif %} {% if perms.edc_navbar.nav_ae_section %}  Adverse events {% endif %} {% if perms.edc_navbar.nav_lab_section %}  Specimens {% endif %} {% if perms.edc_action_item %}  Action items {% endif %} {% if perms.edc_navbar.nav_data_manager_section %}  Data Management {% endif %} {% if perms.edc_navbar.nav_pharmacy_section %}  Pharmacy {% endif %} {% if perms.edc_export %}  Export data {% endif %}  Switch sites  Log out
 
{% endblock main %}