{% extends 'meta_edc/bootstrap3/base.html' %} {% load static edc_dashboard_extras %} {% block main %} {{ block.super }}
{% csrf_token %}
{% csrf_token %}
 
{{ protocol_name |default:project_name }} {{ site_title|default:request.site.name|title }}
{% if perms.edc_screening.view_screening_listboard %}    Screening {% endif %} {% if perms.edc_subject_dashboard.view_subject_listboard %}    Subjects {% endif %} {% if perms.edc_review_dashboard.view_subject_review_listboard %}    Subject Review {% endif %} {% if perms.edc_adverse_event.nav_ae_section %}    Adverse events {% endif %} {% if perms.edc_adverse_event.nav_tmg_section %}    TMG Reports {% endif %} {% if perms.edc_lab_dashboard.nav_lab_section %}    Specimens {% endif %} {% if perms.edc_action_item.nav_action_item_section %}    Action items {% endif %} {% if perms.edc_data_manager.nav_data_manager_section %}    Data Management {% endif %} {% if perms.meta_reports %}    QA Reports {% endif %} {% if perms.edc_navbar.nav_pharmacy_section %}    Pharmacy {% endif %} {% if perms.edc_export %}    Export data {% endif %} {% if perms.edc_auth.change_userprofile %}    Account Management {% endif %}    Switch sites    Log out
 
{% endblock main %}