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

{% translate "Notfellchen" %}: {{ adoption_notice.animals.all|join_link:", " | safe }}

Ort {% if adoption_notice.location %} {{ adoption_notice.location }} {% else %} {{ adoption_notice.location_string }} {% endif %}

{% if adoption_notice.description %} {{ adoption_notice.description | render_markdown }} {% else %} {% translate "Keine Beschreibung" %} {% endif %}

{% if adoption_notice.get_photo %}
{{ adoption_notice.get_photo.alt_text }}
{% else %} {% translate "Keine Foto" %} {% endif %}