{%extends "expression-data/base.html"%} {%from "flash_messages.html" import flash_all_messages%} {%from "species/macro-select-species.html" import select_species_form%} {%block title%}Expression Data{%endblock%} {%block pagetitle%}Expression Data{%endblock%} {%block breadcrumb%} {%endblock%} {%block contents%}

Expression Data

{{flash_all_messages()}}

This section allows you to enter the expression data for your experiment. You will need to select the species that your data concerns below.

{{select_species_form(url_for("species.populations.expression-data.index"), species)}}
{%endblock%}