{%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%} {%endblock%} {%block contents%} {{flash_all_messages()}}

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.

Create Population

{%for population in populations%} {%else%} {%endfor%}
Populations for {{species.FullName}}
# Name Full Name Description
{{population["sequence_number"]}} {{population.Name}} {{population.FullName}} {{population.Description}}

There were no populations found for {{species.FullName}}!

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