{#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}
{#if pokedex.dexScopes?.length}
({pokedex.dexScopes.length} dex{pokedex.dexScopes.length === 1 ? '' : 'es'})
{/if}
{:else}
All Games
{/if}
{#if pokedex.description}
{pokedex.description}
{/if}
{#if catchWriteStatus.pending > 0 || catchWriteStatus.inFlight > 0}
Saving… ({catchWriteStatus.pending} queued)
{:else if catchWriteStatus.lastError}
Save failed (will retry)
{/if}
My Pokédexes
{#if showModal && selectedPokemon}
{/if} {/if}