{% extends 'intecomm_edc/bootstrap3/base.html' %} {% load static edc_dashboard_extras %} {% load edc_sites_extras %} {% block main %} {{ block.super }}
 
Screening and Grouping
Home {% if perms.intecomm_screening.view_healthtalklog %}    Health Talk Log {% endif %} {% if perms.intecomm_screening.view_patientlog %} {% if request|country == "uganda" %}    Patient Log {% else %}    Patient Log {% endif %} {% endif %} {% if perms.intecomm_screening.view_patientgroup %}    Manage Patient Groups {% endif %}
 
{% endblock main %}