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

CARES Priority List: Species Search

Search Filters

Press Enter to search

Species

Total: {{ page_obj.paginator.count }} species found
{% if species_list %}
{% for species in species_list %} {% if userCanEdit %} {% else %} {% endif %} {% endfor %}
Name CARES Family Risk Classification Global Region {% if userCanEdit %} Registrations {% else %} Description {% endif %}
{{species.name}} {{ species.get_cares_family_display }} {{ species.get_cares_classification_display }} {{ species.get_global_region_display }} {% if species.species_registrations.all.count > 0 %} {{ species.species_registrations.all.count }} {% else %}   {% endif %} {{ species.description|truncatewords:12 }}
{% if is_paginated %} {% endif %} {% else %}

None Found

{% if request.user.is_authenticated %}

Add CARES Species

{% endif %}
{% endif %}
{% endblock content %}