{%extends "phenotypes/base.html"%} {%from "flash_messages.html" import flash_all_messages%} {%from "populations/macro-display-population-card.html" import display_population_card%} {%block title%}Phenotypes{%endblock%} {%block pagetitle%}Phenotypes{%endblock%} {%block lvl4_breadcrumbs%} {%endblock%} {%block contents%} {{flash_all_messages()}}
Basic Phenotype Details
Phenotype {{phenotype.Post_publication_description or phenotype.Pre_publication_abbreviation or phenotype.Original_description}}
Cross-Reference ID {{phenotype.xref_id}}
Collation {{dataset.FullName}}
{%if "group:resource:edit-resource" in privileges%} {%endif%}
{%if "group:resource:delete-resource" in privileges%} {%endif%}
Phenotype Data
{%if "group:resource:view-resource" in privileges%} {%for item in phenotype.data%} {%endfor%}
# Sample Value Symbol SE N
{{loop.index}} {{item.StrainName}} {{item.value}} {{item.Symbol or "-"}} {{item.error or "-"}} {{item.count or "-"}}
{%else%}

You do not currently have privileges to view this phenotype in greater detail.

{%endif%}
{%endblock%} {%block sidebarcontents%} {{display_population_card(species, population)}} {%endblock%}