From f857585f74e85205b20ab1e45dd93b5b2698fdfb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Thu, 13 Oct 2022 15:17:13 +0200 Subject: [PATCH] New header layout --- Resources/views/location/view.html.twig | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Resources/views/location/view.html.twig b/Resources/views/location/view.html.twig index d187053..62cc1c5 100644 --- a/Resources/views/location/view.html.twig +++ b/Resources/views/location/view.html.twig @@ -1,16 +1,17 @@ {% extends '@RapsysAir/body.html.twig' %} {% 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.1