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

Species with Managed Collection Locations

Species configured with manage_collection_locations = True

{% if species_list %}

{{ species_list|length }} species found.

{% else %}

No species are currently configured with manage_collection_locations = True.

{% endif %}

← Back to Tools

{% endblock content %}