{%extends "populations/base.html"%} {%from "flash_messages.html" import flash_all_messages%} {%from "species/macro-select-species.html" import select_species_form%} {%block title%}Populations{%endblock%} {%block pagetitle%}Populations{%endblock%} {%block contents%} {{flash_all_messages()}}
To continue, you need to select the species: {{select_species_form(url_for("species.populations.index"), species)}}
{%endblock%}