{% extends '@RapsysAir/body.html.twig' %} {% block content %} {{ section }} {% if organizers is defined and organizers %} {% for group, users in organizers %} {{ group }} {% for id, organizer in users %} {{ organizer }} {% endfor %} {% endfor %} {#{% for date, day in organizers %} {{ day.title }} {% if day.sessions is not empty %} {% for session in day.sessions %} {{ session.title }} {% if session.weather is defined and session.weather %}{{ session.weather }}{% endif %} {{ session.slot }} {% endfor %} {% else %} {% endif %} {% 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 %} {% endblock %}