{% extends "admin/change_list.html" %} {% block result_list %} {% if cl.result_count %}
{% for obj in cl.result_list %}
{{ obj }}
{% if obj.date_created %} {% endif %} {% if obj.description %} {% endif %}
{% endfor %}
{% else %}

Aucun élément trouvé.

{% endif %} {% endblock %}