From 0879b18740713d0ae4c0c7c54cd70a7cd7d4c4af Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Thu, 13 Oct 2022 15:16:19 +0200 Subject: [PATCH] New header layout --- Resources/views/location/city.html.twig | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Resources/views/location/city.html.twig b/Resources/views/location/city.html.twig index d187053..b237d39 100644 --- a/Resources/views/location/city.html.twig +++ b/Resources/views/location/city.html.twig @@ -2,15 +2,16 @@ {% block content %}
-

{{ title }}

-

{{ description }}

+

{{ description }}

{% if calendar is defined and calendar %}
{% for date, day in calendar %}
-

{{ day.title }}

+
+

{{ day.title }}

+
{% if day.sessions is not empty %}
    {% for session in day.sessions %} -- 2.41.0