Form: {pokedexEntry.form ? pokedexEntry.form : '-'}
Box: {pokedexEntry.boxPlacement.box}
Row: {pokedexEntry.boxPlacement.row}
Column: {pokedexEntry.boxPlacement.column}
{#if showForms}Can Gigantamax: {pokedexEntry.canGigantamax ? 'Yes' : 'No'}
{/if} {#if pokedexEntry.notes}Notes: {pokedexEntry.notes}
{/if}
Region to Catch In: {pokedexEntry.regionToCatchIn}
Games to catch in:
Region to Evolve In: {pokedexEntry.regionToEvolveIn}
{/if}