X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/9831441f5c63b1c06449c63c40eb1e9eb745905b..d86e316281982ef76a202480cdc4c55f834a25cb:/Resources/views/location/index.html.twig?ds=inline
diff --git a/Resources/views/location/index.html.twig b/Resources/views/location/index.html.twig
index 2ecfaa7..e309920 100644
--- a/Resources/views/location/index.html.twig
+++ b/Resources/views/location/index.html.twig
@@ -1,36 +1,68 @@
{% extends '@RapsysAir/body.html.twig' %}
{% block content %}
-{% trans %}Locations{% endtrans %}
-
-
-
- {% endif %}
- {{ include('@RapsysAir/form/_toolbox.html.twig') }}
-
- {% for date, day in calendar %}
-
-
-
- {% if loop.index % 7 == 0 and not loop.last %}
- {{ day.title }}
- {% if day.sessions is not empty %}
-
- {% for session in day.sessions %}
-
+ {{ description }}
+ {% if multimap is defined and multimap %}{{ id }} {% endif %}{{ location.title }}
+
- {% endif %}
+
{% endfor %}
-
-
-