{#if isLoading}
Finding the manga
{/if}
{#each entries.sort((a, b) => a.priority - b.priority) as entry}
find(entry)}>
{entry.media.title.userPreferred}
[{entry.progress}/{entry.media.chapters || "?"}]
{entry.score || "?"}/10
{#if entry.notes}
{entry.notes}
{/if}
{/each}