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

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

{% if speciesInstances|length > 0 %} {% for speciesInstance in speciesInstances %}

{{speciesInstance.name}}

{% endfor %} {% else %}

None

{% endif %}
{% endblock content %}