{% extends 'ambition_edc/base.html' %} {% load static %} {% block main %} {{ block.super }}
{{ protocol_name |default:project_name }} {{ request.site.name|title }}
   Screening    Subjects {% if perms.edc_navbar.nav_lab_section %}    Specimens {% endif %} {% if perms.edc_navbar.nav_pharmacy_section %}    Pharmacy {% endif %} {% if perms.ambition_ae %}    Adverse Events {% endif %} {% if perms.edc_action_item %}    Action Items {% endif %} {% if perms.edc_navbar.navbar_collect_offline %}    Synchronization {% endif %}    Switch sites    Log out
{% endblock main %}