{%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%}

Population Details

Name
{{population.Name}}
FullName
{{population.FullName}}
Code
{{population.InbredSetCode}}
Genetic Type
{{population.GeneticType}}
Family
{{population.Family}}
Description
{{population.Description or "-"}}
… maybe provide a way to organise populations in the same family here …

Actions

Click any of the following links to use this population in performing the subsequent operations.

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