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

Species Instances with Embedded YouTube Videos ({{speciesInstances|length}})

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

{{speciesInstance.name}}

{% endfor %} {% else %}

None

{% endif %}
{% endblock content %}