X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/8ea0fc0ff31eca86e21e539d59365552fd45ce6a..3a09d284fe6936a7ca5347e8ecc1fbdc1f541594:/Resources/views/user/view.html.twig diff --git a/Resources/views/user/view.html.twig b/Resources/views/user/view.html.twig index 2484783..5c652e3 100644 --- a/Resources/views/user/view.html.twig +++ b/Resources/views/user/view.html.twig @@ -1,27 +1,38 @@ {% extends '@RapsysAir/body.html.twig' %} {% block content %} -
-

{{ section }}

-
+
+
+

{{ section }}

+

{{ description }}

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

{{ day.title }}

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

{% trans %}Locations{% endtrans %}

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

{{ title }}

- {% if snippets is defined and snippets[id] is defined and snippets[id] %} - {{ form_start(snippets[id]) }} -
- {{ form_row(snippets[id].description) }} - - {{ form_row(snippets[id].submit) }} - - {% if snippets[id].delete is defined %} - {{ form_row(snippets[id].delete) }} - {% endif %} -
- - {# render csrf token etc .#} - - {{ form_end(snippets[id]) }} - {% endif %} -
- {% endfor %} -
-
- {% endif %} + + {{ include('@RapsysAir/default/_location.html.twig') }} {% endblock %}