{%extends "phenotypes/base.html"%} {%from "flash_messages.html" import flash_all_messages%} {%block title%}Phenotypes{%endblock%} {%block pagetitle%}Delete Phenotypes{%endblock%} {%block lvl4_breadcrumbs%} {%endblock%} {%block contents%} {{flash_all_messages()}}

Delete Phenotypes

{%if phenotypes | length > 0%}

You have requested to delete the following phenotypes:

select all
deselect all
{%for phenotype in phenotypes%} {%endfor%}
# Record ID Description
{{phenotype}} {{phenotype}} — Description
{%endif%} {%endblock%} {%block javascript%} {%endblock%}