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

Species Instances with Empty Logs ({{speciesInstances|length}})

{% if speciesInstances|length > 0%}

{% for speciesInstance in speciesInstances %}

{{speciesInstance.name}}

{% endfor %}
{% csrf_token %}
{% else %}

None

{% endif %}
{% endblock content %}