{% load static %} {% load i18n %}

{{ animal.name }}

{{ animal.species }}
{% translate "Alter" %} {% translate "Geschlecht" %}
{{ animal.hr_age }} {{ animal.sex }}

{{ animal.description }}

{% translate "Bilder" %}

{% for image in animal.get_photos %}
{{ image.alt_text }}
{% endfor %} {% if not animal.get_photos %} {% translate "Keine Bilder" %} {% endif %}