Form: {pokedexEntry.form ? pokedexEntry.form : '-'}
Box: {pokedexEntry.boxPlacementForms.box}
Row: {pokedexEntry.boxPlacementForms.row}
Column: {pokedexEntry.boxPlacementForms.column}
Can Gigantamax: {pokedexEntry.canGigantamax ? 'Yes' : 'No'}
{:else}Box: {pokedexEntry.boxPlacement.box}
Row: {pokedexEntry.boxPlacement.row}
Column: {pokedexEntry.boxPlacement.column}
{/if} {#if pokedexEntry.evolutionInformation}Evolution Info: {pokedexEntry.evolutionInformation}
{/if} {#if pokedexEntry.catchInformation.length > 0}Catch Info:
Region to Catch In: {pokedexEntry.regionToCatchIn}
Games to catch in:
Region to Evolve In: {pokedexEntry.regionToEvolveIn}
{/if}