{{ section }}
+{{ 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 %} +