{#if dropdownOpen}

Notificações

{#if count > 0} {/if}
{#if notificacoes.length > 0} {#each notificacoes.slice(0, 10) as notificacao (notificacao._id)} {/each} {/if} {#if notificacoesFerias.length > 0} {#if notificacoes.length > 0}
Férias
{/if} {#each notificacoesFerias.slice(0, 5) as notificacao (notificacao._id)} {/each} {/if} {#if notificacoes.length === 0 && notificacoesFerias.length === 0}

Nenhuma notificação

{/if}
{/if}