{#each projekte as p}

{p.id} – {p.titel}

Teilnehmerliste (unter 18 mit ⚠ gekennzeichnet)
{#each Object.entries(schueler) as [klasse, gruppe]} {#each gruppe.filter(s => [s.woche, s.mo_di, s.mi_do].includes(p.id)) as t,i} {/each} {/each}
NameAnwesend/Abgemeldet
{t.woche === p.id ? 'Mo-Do':''}{t.mo_di === p.id ? 'Mo/Di':''} {t.mi_do === p.id ? 'Mi/Do':''} {t.Name}, {t.Vorname} – {t.Klasse} {t.Volljaehrig === '+' ? '':'⚠'}
{/each}