{%extends "phenotypes/base.html"%} {%from "flash_messages.html" import flash_all_messages%} {%from "species/macro-select-species.html" import select_species_form%} {%block title%}Phenotypes{%endblock%} {%block pagetitle%}Phenotypes{%endblock%} {%block contents%} {{flash_all_messages()}}

This section deals with phenotypes that … what are the characteristics of these phenotypes? …

Select the species to begin the process of viewing/uploading data about your phenotypes

{{select_species_form(url_for("species.populations.phenotypes.index"), species)}}
{%endblock%}