{% if items_filtre is defined %}

Types articles

{% for item_filtre in items_filtre %} {{ item_filtre.libelle }}
{% endfor %}
{% endif %}
Prix :
{% if session['filter_word'] or session['filter_prix_max'] or session['filter_prix_min'] or session['filter_types']%}
{% endif %}