{%extends "species/base.html"%} {%from "flash_messages.html" import flash_all_messages%} {%from "macro-forms.html" import add_http_feature_flags%} {%from "macro-step-indicator.html" import step_indicator%} {%from "species/macro-display-species-card.html" import display_sui_species_card%} {%block title%}View Species{%endblock%} {%macro add_form_buttons()%}
Create a new population
{%endmacro%} {%block contents%}

{{species.FullName}} ({{species.Name}})

Data belonging to a particular species is further divided into one or more populations for easier handling. Please select the population you want to work with.

{{add_http_feature_flags()}} {{add_form_buttons()}} {%if populations | length != 0%}
Population
{%else%}

There are no populations currently defined for {{species['FullName']}} ({{species['SpeciesName']}}).

{%endif%} {{add_form_buttons()}}

Upload and manage the sequencing platforms for species '{{species.Name | title}} ({{species.FullName}})' here.

{%endblock%} {%block sidebarcontents%}

You can manage species' populations and sequencing platforms here. Select the tab for the feature you wish to continue working on.

{{display_sui_species_card(species)}} {%endblock%} {%block javascript%} {%endblock%}