{% extends "dossiers/base.html" %} {% load url from future %} {% block appbar %}

Dossiers sur liste d'attente{% if len_patient_records %} : {{ len_patient_records }}{% endif %}

Retourner aux dossiers {% endblock %} {% block content %}
{% include "dossiers/waiting_queue_table_content.html" %}
{% if request.GET and not patient_records %}
Pas de résultat pour votre recherche
{% endif %}
{% endblock %}