{%extends "phenotypes/base.html"%} {%from "flash_messages.html" import flash_all_messages%} {%from "macro-table-pagination.html" import table_pagination%} {%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}}

Add phenotypes

Phenotype Data

Click on any of the phenotypes in the table below to view and edit that phenotype's data.

Use the search to filter through all the phenotypes and find specific phenotypes of interest.

Record Description
{%endblock%} {%block sidebarcontents%} {{display_population_card(species, population)}} {%endblock%} {%block javascript%} {%endblock%}