Auftrag: {{ job_name }} | Stand: {{ current_time }}
| 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 and slot.consent %} {% elif slot.booked %} {% else %} {% endif %} | {% if slot.booked %} {% endif %} |