{#each grouped() as [date, topics]}
{date}
{#each topics as topic (topic.id)}
{topic.title} {#if isDailyLog && topic.contextId !== 'daily-log'} {contextMap.get(topic.contextId) ?? topic.contextId} {/if}
{/each}
{:else}
Keine verschobenen Themen.
{/each}