{% extends 'main.html' %} {% load static %} {% block content %}
| Name | Aquarists | Category | Region | Description |
|---|---|---|---|---|
| {{ species.name }} {% if species.render_cares %} CARES {% endif %} | {% if species.instance_count %} {{ species.instance_count }} {% else %} {% endif %} | {{ species.get_category_display }} | {{ species.get_global_region_display }} | {{ species.description|truncatewords:10 }} |
Your species search returned no results. This can happen if the Species does not yet exist in the database.
It can also happen if you misspelled the Species name or entered additional search keywords not found.
Tip: Try entering partial text. For example 'apisto' brings up all Apistogramma species in the database.
If you'd like help adding your species you can use the Add My Species Guided Tutorial.
If you're confident the species needs to be added you can use Add Species now.