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

Delete Species

{% csrf_token %}

Are you sure you want to delete "{{species}}"?

{% if species.species_instances.all.count > 0 %}

THIS WILL ALSO DELETE ** ALL AQUARIST INSTANCES ** OF THIS SPECIES!

This Species has {{species.species_instances.all.count}} aquarist species instances!

{% endif %}

Cancel

{% endblock content %}