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

Details on species {{species.FullName}}

Common Name
{{species.SpeciesName}}
Scientific Name
{{species.FullName}}
Taxonomy ID
{{species.TaxonomyId}}

Actions

You can proceed to perform any of the following actions for species {{species.FullName}}

  1. Upload Genotypes
  2. Manage populations
  3. any other action, perhaps …
{%endblock%} {%block sidebarcontents%}
Species Extras

Some extra internal-use details (mostly for UI concerns on GeneNetwork)

If you do not understand what the following are about, simply ignore them — They have no bearing whatsoever on your data, or its analysis.

Family
{{species.Family}}
FamilyOrderId
{{species.FamilyOrderId}}
OrderId
{{species.OrderId}}
Edit
{%endblock%}