{#if user === undefined || $identity.id === -2} {:else}

{#await currentPrequels} {:then currentPrequels}
    {#each currentPrequels.sort((a, b) => new Date(a.startDate.year, a.startDate.month - 1, a.startDate.day).getTime() - new Date(b.startDate.year, b.startDate.month - 1, b.startDate.day).getTime()) as prequel}
  • `} use:tooltip > | {prequel.seen}/{prequel.episodes} {@html prequelAiringTime(prequel)}
  • {/each}
{/await}

The count ratio is the number of episodes you've seen of any direct prequels, and the total number of episodes of all direct prequels.

{/if}