{%extends "samples/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()}}
Here, you can upload the samples/individuals that were used in your experiments.
Since the samples are linked to specific species and populations, we will need to first select them in the next few steps.
{{select_species_form(url_for("species.populations.samples.index"), species)}}