{% extends 'layouts/left_panel.html' %} {% load patient_lists %} {% block heading %}

{% if not user.profile.explicit_access_only %} {% endif %}

{% endblock %} {% block left_panel %} {% endblock %} {% block content %}
Patients
{% endblock %} {% block footer %} {% include 'keyboard_shortcuts_modal.html' %} {% endblock %}