{% for date, slots in grouped_slots.items() %} {% if not loop.first %}
{% endif %}

{{ event_type_name }}

Auftrag: {{ job_name }} | Stand: {{ current_time }}

{{ date }}
{% for slot in slots %} {% if slot.is_compressed %} {% else %} {% endif %} {% endfor %}
Uhrzeit Familie Kinder Veröffentlichung Erledigt
{{ slot.time_str }} {{ slot.name }}
{{ slot.time_str }} {{ slot.name if slot.booked else '' }} {{ slot.children if slot.booked else '' }} {% if slot.booked %} {% endif %}
{% endfor %}