{% extends "base.twig" %} {% block content %} {% include 'components/title_page.twig' %} {% set now = 'now'|date('Ydj') %}
{% for item in posts %} {% set end = item.informations_fin_event|date("Ydj") %} {% if now <= end %} {% include 'components/thumbnails/thumbnails.twig'%} {% endif %} {% endfor %}
objet 4
{% endblock %}