{%extends "populations/base.html"%} {%from "flash_messages.html" import flash_all_messages%} {%from "species/macro-select-species.html" import select_species_form%} {%from "species/macro-display-species-card.html" import display_species_card%} {%block title%}Populations{%endblock%} {%block pagetitle%}Populations{%endblock%} {%block lvl3_breadcrumbs%}
The following populations/groups exist for the '{{species.FullName}}' species.
Click on the population's name to select and continue using the population.
If the population you need for the species '{{species.FullName}}' does not exist, click on the "Create Population" button below to create a new one.
# | Name | Full Name | Description |
---|---|---|---|
{{population["sequence_number"]}} | {{population.Name}} | {{population.FullName}} | {{population.Description}} |
There were no populations found for {{species.FullName}}! |