{% extends 'main.html' %} {% load static %} {% block content %}

Search Species

Search Filters

Press Enter to search

Species

Total: {{ page_obj.paginator.count }} species found
{% if species_list %}
{% for species in species_list %} {% endfor %}
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 }}
{% if is_paginated %} {% endif %} {% else %}

Species Not Found

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.

 

{% endif %}
{% endblock content %}