CATÉGORIES D'ACTIVITÉS
Actions
{% with alimenter_forms=formulaires|dictsort:"title" %}
{% for form in alimenter_forms %}
{% if "alimenter" in form.title|lower %}
{% endif %}
{% empty %}
Il n'y a rien à afficher pour l'instant.
{% endfor %}
{% endwith %}