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

CARES Species Profile:  {{species.name}}

{% if species.alt_name %}

Synonym:   {{species.alt_name}}

{% endif %} {% if species.common_name %}

Common Name:  {{species.common_name}}

{% endif %} {% if species.species_image %}

{% endif %} {% if species.photo_credit %}

Photo by:  {{species.photo_credit}}

{% endif %}

Description

{{species.description|linebreaks}}

CARES Family:   {{species.get_cares_family_display}}

Global Region:   {{species.get_global_region_display}}

Distribution:   {{species.local_distribution}}

{% if species.render_cares %}
CARES Classification:  {{species.get_cares_classification_display}} CARES Assessment Date:  {{species.cares_assessment_date}}    
{% if species.iucn_red_list != Species.IucnRedList.UNDEFINED and species.iucn_red_list != Species.IucnRedList.NOT_EVALUATED %}
IUCN Red List:  {{species.get_iucn_red_list_display}}   IUCN Assessment Date:  {{species.iucn_assessment_date}}      
{% endif %}   {% endif %}

CARES Registration

Click the Register This Species button if you keep this species and have not yet registered it with CARES.
You will need to provide information about where you acquired your fish and a photo to verify the species.

 Register This Species 

{% if speciesReferenceLinks.all.count > 0 %}

Reference Links

{% for speciesReferenceLink in speciesReferenceLinks %}

{{speciesReferenceLink.name}} {% if speciesComment.user == request.user or userCanEdit %} Edit Link {% endif %}

{% endfor %}
{% endif %} {% if species.external_id %}

AquaristSpecies.net Community

Aquarists keeping and breeding {{species.name}} are encouraged to share their experiences and availability of offspring they raise with fellow hobbyists. If you haven't already, please consider creating an AquaristSpecies.net account and clicking 'I keep this species' on the matching species page.

{% if species.species_instance_count %} {% if species.species_instance_count == 1 %} Currently there is 1 registered aquarist keeping this species. {% else %} There are currently {{species.species_instance_count}} community members keeping this species. {% endif %} {% endif %}

AquaristSpecies.net - {{species.name}}

{% endif %}

Species Feedback

Please use the Species Feedback button to provide helpful comments or corrections. Only admins will see your submission.

Note: If you have a good photo you would like to submit for consideration as the Species Profile photo you can upload it.

 Submit Species Feedback 

{% if userCanEdit %}

Edit

  Edit Species   {% if species.manage_collection_locations %}   Edit Collection Locations   {% endif %}   Add Reference Link  
{% endif %}
{% endblock content %}