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

Find your Species

Search to see if your Species exists in the database.

Spelling matters. If you don't know the exact spelling, type what you do know.

For example, searching 'Apisto' will bring up a list of all Apistogramma species.

 

Step 1: Start by entering all or part of your species name in the search box below.

{% if searchActive %} {% for species in speciesFilter %}
{% if species.render_cares %}

{{species.name}} CARES

{% else %}

{{species.name}}

{% endif %}
{% endfor %}   {% if resultsCount == 0 %}

Your search returned no results.

You can try entering the genus, or any partial text of the species.

{% elif resultsCount >= 10 %}

10 or more Species found.

You can try adding more text to narrow your search.

{% endif %} {% endif %}
 
 

Species found? Great!

Step 2: Click on the species link, then scroll down and choose 'I keep this species!'

 
 

Species not found? No problem!

Step 2: Click on the button below and we'll help you add your aquarist species with a new species profile.

 Add New Species  

{% endblock content %}