{#each Array(12) as _}
{/each}
{:else if filtered.length === 0}
{allManga.length === 0 ? "Nothing from this extension is in your library." : "No matches."}
{:else}
{#if groups.length > 1}
{#each groups as group}
{:else if groups.length === 1}
{/if}
{group.displayName}
{group.manga.length}
{/each}
{#each filtered as m (m.id)}
{@const isCompleted = !m.unreadCount && m.downloadCount > 0}
{/each}
{/if}