{% load combo gnm humanize %}
{% if drafts %} {% for form in drafts|dictsortreversed:"datetime" %} {% with producer=form|as_producer %}

{{form.name}}

{{producer.label}}
Brouillon créé le {{form.datetime|strptime:"%Y-%m-%d %H:%M:%S"|date:"d/m/Y"}}
{% endwith %} {% endfor %} {% else %}

Aucun brouillon.

{% endif %}