{% load combo gnm humanize %}
{% if forms %} {% for form in forms|dictsortreversed:"last_update_time" %} {% if form.status|lower != "transmis à la commune" and form.status|lower != "transmis à la métropole" %} {% with producer=form|as_producer %}

{{form.name}}

{{producer.label}}
{{form.status}} depuis le {{form.last_update_time|strptime:"%Y-%m-%d %H:%M:%S"|date:"d/m/Y"}}
{% endwith %} {% endif %} {% endfor %} {% else %}

Aucune demande en cours.

{% endif %}