{pokedex.name}

{#if pokedex.description}

{pokedex.description}

{/if}
{#each typeBadges as badge} {badge} {/each}
{#if pokedex.gameScope}
Game: {pokedex.gameScope}
{#if pokedex.dexScopes?.length}
Dexes: {pokedex.dexScopes.length}
{/if} {:else}
Scope: All Games
{/if}