{#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}
My Pokédexes
{#if showModal && selectedPokemon}
{/if} {/if}