{% set newArray = [] %}
{% for cat in posts %}
{% set end = cat.informations_fin_event|date("Ymd") %}
{% set term = cat.categories|last.slug %}
{% if term not in newArray and now <= end %}
{% for item in posts %}
{% set end = item.informations_fin_event|date("Ymd") %}
{% if now <= end %}
{% include 'components/thumbnails/thumbnails.twig' with { hn : 'h2'} %}
{% endif %}
{% endfor %}
{% endblock %}