{{ description }}
			{% if calendar is defined and calendar %}
				
	
					{% for date, day in calendar %}
						
							
								 
							{% if day.sessions is not empty %}
								
							{% endif %}
						 
					{% endfor %}
				
			{% endif %}
			{{ include('@RapsysAir/form/_toolbox.html.twig') }}