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

The basic dataset details are:

Name Full Name Short Name
{{dataset.Name}} {{dataset.FullName}} {{dataset.ShortName}}

Phenotype Data

This dataset has a total of {{phenotype_count}} phenotypes.

Limit access here, according to the authorisation privileges the user has on this dataset!

{%for pheno in phenotypes%} {%else%} {%endfor%}
# Record Description
{{pheno.sequence_number}} {{pheno.InbredSetCode}}_{{pheno["pxr.Id"]}} {{pheno.Post_publication_description or pheno.Pre_publication_abbreviation or pheno.Original_description}}
{%endblock%} {%block sidebarcontents%} {{display_population_card(species, population)}} {%endblock%}