{#if showDropdown}

Benachrichtigungen

{#if $unreadCount > 0} {/if}
{#if $notifications.loading}

Lade Benachrichtigungen...

{:else if $notifications.notifications.length === 0}

Keine Benachrichtigungen

{:else}
{#each $notifications.notifications as notification, i}
{getNotificationIcon(notification.type)}
{#if !notification.read} {/if}
{#if notification.type === 'team_invite' && notification.action_url} {/if}
{/each}
{/if}
{/if}