{m.notification_bell_label()} {#if notifications.length > 0} {/if}
{#if notifications.length === 0}
{m.notification_empty()}
{:else}
    {#each notifications as notification (notification.id)}
  • {/each}
{/if}
{m.chronik_view_all()}