{%extends "platforms/base.html"%} {%from "flash_messages.html" import flash_all_messages%} {%from "species/macro-select-species.html" import select_species_form%} {%block title%}Platforms{%endblock%} {%block pagetitle%}Platforms{%endblock%} {%block contents%} {{flash_all_messages()}} <div class="row"> <p>In this section, you will be able to view and manage the sequencing platforms that are currently supported by GeneNetwork.</p> </div> <div class="row"> {{select_species_form(url_for("species.platforms.index"), species)}} </div> {%endblock%}