{pokedex ? `${pokedex.name} - Living Dex Tracker` : 'Pokédex - Living Dex Tracker'} {#if !localUser}

Please sign in

{:else if !pokedex}

Loading...

{:else}

{pokedex.name}

{#if pokedex.isLivingDex}
Living
{/if} {#if pokedex.isShinyDex}
Shiny
{/if} {#if pokedex.isOriginDex}
Origin
{/if} {#if pokedex.isFormDex}
Form
{/if} {#if pokedex.gameScope}
{pokedex.gameScope}
{:else}
All Games
{/if}
{#if pokedex.description}

{pokedex.description}

{/if}
{#if showModal && selectedPokemon} {/if} {/if}