{#if mangas.length === 0}
This collection is empty.
{:else}
{#each mangas as m (m.id)}
onRemoveManga(m)} aria-label={`Remove ${m.title} from collection`} title="Remove from collection" data-testid={`collection-remove-manga-${m.id}`} >
{/each}
{/if}