{%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%}
The current family order is as follows
Family Order Id | Family |
---|---|
{{item[0]}} | {{item[1]}} |
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}}.