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

Species Comments ({{speciesComments|length}})

{% if speciesComments|length > 0 %} {% for speciesComment in speciesComments %}

{{speciesComment.user.get_display_name}}   {{speciesComment.species.name}}   "{{speciesComment.comment}}"  

{% endfor %} {% else %}
None
{% endif %}
{% endblock content %}