{% extends 'main.html' %} {% block content %}
Aquarist: {{speciesInstance.user.get_display_name}}
Aquarist Species: {{speciesInstance.name}} {% if userCanEdit %} Add Species Log Entry
{% endif %} {% if speciesInstanceLogEntries.all.count > 0 %} {% for logEntry in speciesInstanceLogEntries %}Log Entry: {{logEntry.name}} {% if userCanEdit %} Edit Log Entry {% endif %}
{% if logEntry.log_entry_image %}Video of aquarist's species:
{{logEntry.log_entry_notes|linebreaks}}
No Species Logs Found
{% endif %}