{%extends "samples/base.html"%} {%from "flash_messages.html" import flash_all_messages%} {%from "populations/macro-select-population.html" import select_population_form%} {%from "species/macro-display-species-card.html" import display_species_card%} {%block title%}Samples — Select Population{%endblock%} {%block pagetitle%}Samples — Select Population{%endblock%} {%block contents%} {{flash_all_messages()}}

Select the population to use with your samples:

{{select_population_form( url_for("species.populations.samples.select_population", species_id=species.SpeciesId), populations)}}

Cannot find your population in the list?

If you cannot find the population you want in the drop-down above, you can instead, create a new population.

{%endblock%} {%block sidebarcontents%} {{display_species_card(species)}} {%endblock%}