{% load i18n %} {% load custom_tags %}

{{ animal.name }}

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

{{ animal.description | render_markdown }}

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