{%extends "base.html"%} {%from "dbupdate_hidden_fields.html" import hidden_fields%} {%block title%}Select Dataset{%endblock%} {%block css%} {%endblock%} {%block contents%}

{{filename}}: select study

Select from existing study {{hidden_fields(filename, filetype, species=species, genechipid=genechipid, totallines=totallines)}}

OR

{%with messages = get_flashed_messages(with_categories=true)%} {%if messages:%} {%endif%} {%endwith%} Create new study {{hidden_fields(filename, filetype, species=species, genechipid=genechipid, totallines=totallines)}}
{%endblock%}