X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/5eaefbbc2e975fc4aee4e9897c39a7939046f22c..9aa1ea280823925216dbfa3d6e9c81865b491ee6:/Resources/views/user/index.html.twig diff --git a/Resources/views/user/index.html.twig b/Resources/views/user/index.html.twig index 2cfc6c8..ab1bcba 100644 --- a/Resources/views/user/index.html.twig +++ b/Resources/views/user/index.html.twig @@ -1,55 +1,45 @@ {% extends '@RapsysAir/body.html.twig' %} {% block content %} -
-

{{ section }}

+
+
+

{{ description }}

+
- {% if organizers is defined and organizers %} -
- {% for group, users in organizers %} -
-

{{ group }}

+ {% if groups is defined and groups %} +
+ {% for group, users in groups %} +
+
{% endfor %} - {#{% for date, day in organizers %} -
-

{{ day.title }}

- {% if day.sessions is not empty %} - - {% else %} -   - {% endif %} -
- {% endfor %}#} + + {% endfor %} + + {% endfor %} {% 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 %}