{{ section }}
{{ description }}
{{ group }}
- 
								{% for id, user in list %}
									
- {{ user }} {% endfor %}
{{ 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 %}