{{ job_name }}

Terminübersicht ({{ event_type_name }})

Stand: {{ current_time }}

{% for date, slots in grouped_slots.items() %}
{{ date }}
{% for slot in slots %} {% endfor %}
Uhrzeit Familie Kinder Veröffentlichung Erledigt
{{ slot.time_str }} {{ slot.name if slot.booked else '' }} {{ slot.children if slot.booked else '' }}
{% endfor %}