{#if totalCount > 0} {totalCount > 9 ? '9+' : totalCount} {/if}
{#if modalOpen}

Notificações

{#if notificacoesNaoLidas.length > 0} {/if} {#if todasNotificacoes.length > 0} {/if}
{#if todasNotificacoes.length > 0 || notificacoesFerias.length > 0 || notificacoesAusencias.length > 0} {#if notificacoesNaoLidas.length > 0}

Não lidas

{#each notificacoesNaoLidas as notificacao (notificacao._id)} {/each}
{/if} {#if notificacoesLidas.length > 0}

Lidas

{#each notificacoesLidas as notificacao (notificacao._id)} {/each}
{/if} {#if notificacoesFerias.length > 0}

Férias

{#each notificacoesFerias as notificacao (notificacao._id)} {/each}
{/if} {#if notificacoesAusencias.length > 0}

Ausências

{#each notificacoesAusencias as notificacao (notificacao._id)} {/each}
{/if} {:else}

Nenhuma notificação

Você está em dia!

{/if}
{#if todasNotificacoes.length > 0 || notificacoesFerias.length > 0 || notificacoesAusencias.length > 0}
Total: {todasNotificacoes.length + notificacoesFerias.length + notificacoesAusencias.length} notificações {#if notificacoesNaoLidas.length > 0} {notificacoesNaoLidas.length} não lidas {/if}
{/if}
{/if}