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

Create a new phenotype dataset.

{%if errors["dataset-name"] is defined%}

{{errors["dataset-name"]}}

{%endif%}

A short representative name for the dataset.

Recommended: Use the population code and append "Publish" at the end.
This field will only accept names composed of letters ('A-Za-z'), numbers (0-9), hyphens and underscores.

{%if errors["dataset-fullname"] is defined%}

{{errors["dataset-fullname"]}}

{%endif%}

A longer, descriptive name for the dataset. The name is meant for use by humans, and therefore, it should be clear what the dataset contains from the name.

An optional, short name for the dataset.
If this is not provided, it will default to the value provided for the Name field above.

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