{% if paginate_patient_records.has_previous %}
««
{% endif %}
page {{ paginate_patient_records.number }} de {{ paginate_patient_records.paginator.num_pages }}
{% if paginate_patient_records.has_next %}
»»
{% endif %}
{% endif %}
{% if not request.GET %}
Utilisez le formulaire de recherche sur la gauche de l'écran pour afficher
les dossiers correspondants.
{% elif not patient_records %}
Pas de résultat pour votre recherche
{% endif %}