{%extends "samples/base.html"%} {%from "flash_messages.html" import flash_all_messages%} {%from "populations/macro-select-population.html" import select_population_form%} {%from "populations/macro-display-population-card.html" import display_population_card%} {%block title%}Samples — List Samples{%endblock%} {%block pagetitle%}Samples — List Samples{%endblock%} {%block lvl4_breadcrumbs%}
You selected the population "{{population.FullName}}" from the "{{species.FullName}}" species.
This population already has {{total_samples}} samples/individuals entered. You can explore the list of samples in this population in the table below.
# | Name | Auxilliary Name | Symbol | Alias |
---|---|---|---|---|
{{sample.sequence_number}} | {{sample.Name}} | {{sample.Name2}} | {{sample.Symbol or "-"}} | {{sample.Alias or "-"}} |
There are no samples entered for this population. Do please go ahead and add the samples for this population by clicking on the button below.