X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/4d42be085512b64a6cb49a6b258562f26c8e4ffe..2269e8003d2211ce255427813b60605e53c1e97d:/Resources/views/default/index.html.twig diff --git a/Resources/views/default/index.html.twig b/Resources/views/default/index.html.twig index 662d1ea..a3560e0 100644 --- a/Resources/views/default/index.html.twig +++ b/Resources/views/default/index.html.twig @@ -1,27 +1,39 @@ {% extends '@RapsysAir/body.html.twig' %} {% block content %} -
-

{{ section }}

-
+
+
+

{{ description }}

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

{{ day.title }}

+
+
+

{{ day.title }}

+
{% if day.sessions is not empty %} - {% else %} -   {% endif %}
{% endfor %} @@ -29,17 +41,6 @@ {% endif %} {{ include('@RapsysAir/form/_toolbox.html.twig') }}
-
- {% if locations is defined and locations %} -
-

{% trans %}Locations{% endtrans %}

-
- {% for id, title in locations %} -
-

{{ title }}

-
- {% endfor %} -
-
- {% endif %} + + {{ include('@RapsysAir/default/_city.html.twig') }} {% endblock %}