{% load cat_extra %} {% load tag_extra %}
{% if filter.is_active %} Filtre : {% for c in filter.get_categories %} {{ c | small_cat }} {% endfor %} {% for t in filter.get_tags %} {{ t | tag_button }} {% endfor %} {% else %} Filtrer {% endif %}
{{ filter.form }}

{% if filter.is_active %} Supprimer le filtre {% endif %}