{%extends "samples/sui-base.html"%} {%from "flash_messages.html" import flash_all_messages%} {%from "populations/macro-select-population.html" import select_population_form%} {%block title%}Samples — List Samples{%endblock%} {%block contents%} {{super()}}
Population "{{population.FullName}} ({{population.Name}})" already has {{total_samples}} samples/individuals entered. You can explore the list of samples 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. Click the "Add Samples" button above, to add some new samples.