X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/7a56f5fca86c3f68343df9ed21b3e0388e59702b..2269e8003d2211ce255427813b60605e53c1e97d:/Resources/views/default/index.html.twig diff --git a/Resources/views/default/index.html.twig b/Resources/views/default/index.html.twig index 9ce4b11..a3560e0 100644 --- a/Resources/views/default/index.html.twig +++ b/Resources/views/default/index.html.twig @@ -1,7 +1,46 @@ {% extends '@RapsysAir/body.html.twig' %} {% block content %} -
-

{{ section }}

-

{{ 'Welcome to the outdoor space reservation system'|trans }}

-
+
+
+

{{ description }}

+
+
+ {% if calendar is defined and calendar %} + + {% endif %} + {{ include('@RapsysAir/form/_toolbox.html.twig') }} +
+
+ {{ include('@RapsysAir/default/_city.html.twig') }} {% endblock %}