{#each Array(12) as _}
{/each}
{:else if filtered.length === 0}
{isLocal
? 'No manga found in local source. Add manga folders to your local source directory.'
: allManga.length === 0
? 'Nothing from this extension is in your library.'
: 'No matches.'}
{:else}
{#if !isLocal && groups.length > 1}
{#each groups as group}
{:else if !isLocal && 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 isLocal && localHasNext}