{% load patient_lists %} {% load forms %}
{% block list_actions %}

{% include "patient_lists/partials/list_dropdown_menu.html" %} {% if not user.profile.explicit_access_only %} {% endif %}

{% endblock list_actions %}
{% block left_panel %}
{% block content %}
{% block spreadsheet_list_small %}
Patients
{% endblock spreadsheet_list_small %}
{% block spreadsheet_list_footer %} {% endblock spreadsheet_list_footer %} {% endblock content %}
{% block keyboard_shortcuts %} {% include 'keyboard_shortcuts_modal.html' %} {% endblock keyboard_shortcuts %}