{$t('notifications')}

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