{$t('notifications')}
markAllAsRead()}>{$t('mark_all_as_read')}
{#if noUnreadNotifications}
{$t('no_notifications')}
{:else}
{#each notificationManager.notifications as notification (notification.id)}
markAsRead(id)} />
{/each}
{/if}