filter ok

This commit is contained in:
2019-04-10 16:38:49 +02:00
parent 5bcef4263e
commit f988fe8ae1
24 changed files with 3325 additions and 107 deletions

View File

@@ -26,7 +26,6 @@
{% for child in page.find('/agenda').children %}
{% if child.header.date_end|date("d/m/y") <= "now"|date("d/m/y") %}
{{child.title}}
{% include 'partials/cal-list-event.html.twig' with {blog: page, page: child} %}
{% endif %}