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

Species Instances with Photos ({{si_with_photos|length}})

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

{{speciesInstance.name}} ({{speciesInstance.user.get_display_name}})

    

{% endfor %} {% else %}

None

{% endif %}
{% endblock content %}