{% load i18n %}

{{ animal.name }}

{{ animal.species }}
{{ animal.get_sex_display }}
{% if has_edit_permission %} {% endif %}
{% if animal.description %}

{{ animal.description }}

{% endif %} {% for photo in animal.get_photos %} {{ photo.alt_text }} {% endfor %}