{{ section }} {% if calendar is defined and calendar %} {% for date, day in calendar %} {{ day.title }} {% if day.sessions is not empty %} {% for session in day.sessions %} {{ session.start|localizeddate('none', 'short') }} {{ session.location }} {% if session.weather is defined and session.weather %} {{ session.weather }} {% endif %} {{ session.slot }} {{ session.stop|localizeddate('none', 'short') }} {% if session.pseudonym is defined and session.pseudonym %} {{ session.pseudonym }} {% endif %} {% if session.rate is defined %}{{ session.rate }} {% if session.hat is defined and session.hat %}🎩{% else %}€{% endif %}{% endif %} {% endfor %} {% endif %} {% endfor %} {% endif %} {{ include('@RapsysAir/form/_toolbox.html.twig') }}