{{ section }}
{{ description }}
{{ group }}
- 
								{% for id, user in users %}
									
 - {{ user.pseudonym }}{% trans %}Edit{% endtrans %} {% endfor %}
 
{{ user.pseudonym }}
{{ 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 %}