{%extends "species/base.html"%} {%from "flash_messages.html" import flash_all_messages%} {%block title%}List Species{%endblock%} {%block pagetitle%}List Species{%endblock%} {%block contents%} {{flash_all_messages()}}

All data in GeneNetwork revolves around species. This is the core of the system.

Here you can see a list of all the species available in GeneNetwork. Click on the link besides each species to view greater detail on the species, and access further operations that are possible for said species.

If you cannot find the species you are looking for below, click the button below to create it

Create Species

{%for species in allspecies%} {%else%} {%endfor%}
Available Species
Common Name Scientific Name TaxonId Family / Grouping Use
{{species["SpeciesName"]}} {{species["FullName"]}} {{species["TaxonomyId"]}} {{species.Family}} {{species["SpeciesName"]}} ({{species["FullName"]}})

There were no species found!

{%endblock%}