+ + {{ description }} + + + {% 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|intldate('none', 'short') }} + {{ session.location.title }} + {{ session.temperature.glyph }} + {{ session.stop|intldate('none', 'short') }} + {% if session.application.user.title is defined and session.application.user.title %}{{ session.application.user.title }}{% endif %} + {{ session.rain.glyph }} + {% if session.rate is defined and session.rate %} + {% if session.rate.rate is defined and session.rate.rate %}{{ session.rate.rate }} {% endif %}{{ session.rate.glyph }} + {% else %} + + {% endif %} + {{ session.location.zipcode }} {{ session.location.city }} + + + + {% endfor %} + + {% endif %} + + {% endfor %} + + {% endif %} + {{ include('@RapsysAir/form/_toolbox.html.twig') }} + +