{% load patient_lists %} {% load forms %}
{% block spreadsheet_list_actions %}

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

{% endblock spreadsheet_list_actions %}
{% block spreadsheet_list_small %}
Patients
{% endblock spreadsheet_list_small %}
{% block spreadsheet_list_footer %} {% endblock spreadsheet_list_footer %}
{% block keyboard_shortcuts %} {% include 'keyboard_shortcuts_modal.html' %} {% endblock keyboard_shortcuts %}