{% extends "base.twig" %} {% block content %} {% include 'components/title_page.twig' %} {% set now = 'now'|date('Ymd') %}
objet 4
{% 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 %}
{% include 'partial/pagination.twig'%} {% endblock %}