{% if json.err != 0 %} {% include "./erreur.html" %} {% else %}

Demandes de place en crèche

{% with demands=json.data %} {% if demands %}
{% for demand in demands %} {% endfor %}
Date de la demande Statut de la demande Structure proposée Date limite de réponse Décisions
{{ demand.dateDepot|date:"l d F Y" }} {{ demand.lastPublishableApeBookState.label|default:"?" }} {{ demand.apeBookMonitList.0.apeBookPropo.activity.label }} {{ demand.apeBookStateLimitDate|date:"l d F Y"|default:"" }} {% for decision in demand.decisionList|dictsort:"decisionLabel" %} {{ decision.decisionLabel }} {% endfor %}
{% else %}

Pas de demandes

{% endif %} {% endwith %} {% endif %}