X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/20cb1a348a741b2a9cff6ed483fb214c76bfa74d..HEAD:/Resources/views/location/view.html.twig diff --git a/Resources/views/location/view.html.twig b/Resources/views/location/view.html.twig index 130d860..636fbcb 100644 --- a/Resources/views/location/view.html.twig +++ b/Resources/views/location/view.html.twig @@ -1,27 +1,39 @@ -{% extends '@RapsysAir/body.html.twig' %} +{% extends '@RapsysAir/base.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/_location.html.twig') }} {% endblock %}