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

{{ animal.name }}

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

{{ animal.description | render_markdown }}

{% endif %} {% if has_edit_permission %} {% endif %}