{%extends "species/base.html"%} {%from "flash_messages.html" import flash_all_messages%} {%block title%}Edit Species{%endblock%} {%block pagetitle%}Edit Species{%endblock%} {%block css%} {%endblock%} {%block lvl2_breadcrumbs%} {%endblock%} {%block contents%} {{flash_all_messages()}}
Edit Extra Detail for Species '{{species.FullName}}'
This is the layman's name for the species, e.g. mouse
A scientific name for the species that mostly adheres to the biological binomial nomenclature system.
A general classification for the species. This is mostly for use in GeneNetwork's menus.
This is a number that determines the order of the "Family" groupings above in the GeneNetwork menus. This is an integer value that's manually assigned.
This integer value determines the order of the species in relation to each other, but also within the respective "Family" groups.
{%endblock%} {%block sidebarcontents%}
Family Order

The current family order is as follows

{%for item in family_order%} {%endfor%}
Family Order Id Family
{{item[0]}} {{item[1]}}
Order ID

The current largest OrderID is: {{max_order_id}}

We recommend giving a new species an order ID that is five more than the current highest i.e. {{max_order_id + 5}}.

{%endblock%}