X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/8a87bfd0ad180ec916476db52960bcacb31cc3ee..3f4eae21e72bf3261fa8b939a50408de6b119f74:/Resources/views/location/index.html.twig
diff --git a/Resources/views/location/index.html.twig b/Resources/views/location/index.html.twig
index ca51431..0b85015 100644
--- a/Resources/views/location/index.html.twig
+++ b/Resources/views/location/index.html.twig
@@ -1,45 +1,68 @@
-{% extends '@RapsysAir/body.html.twig' %}
+{% extends '@RapsysAir/base.html.twig' %}
{% block content %}
-{% trans %}Dashboard{% endtrans %}
-
-
-
- {% endif %}
- {# Display application or login form #}
- {% if is_granted('ROLE_GUEST') %}
-
- {% 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 %}
-
-
-