Results (up to {{ patients_per_page }}
patient{{ patients_per_page|pluralize }} per page)
{% if some_patients %}
{% include "page_nav_results.html" with page=page %}
{{ results_table_html|safe }}
{% include "page_nav_results.html" with page=page %}
Query
{{ query_html|safe }}
{% else %}
No patients found.
{% endif %}
Common patient ID query
{{ patient_id_query_html|safe }}
{% if some_patients %}
{% include "page_nav_results.html" with page=page %}
{% endif %}
{% endblock %}