@page "/rate-pokemon" @inject IPokemonService PokemonService @inject IPokemonNatureService PokemonNatureService @inject IPokemonSubskillService PokemonSubskillService @attribute [StreamRendering] @rendermode InteractiveServer Rate Pokémon
@if (PokemonList == null || NatureList == null || SubskillList == null) {
} else {
@if (SelectedPokemon != null) { } else {

Please select a Pokémon to rate.

}
}