{% load custom_tags %}

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

Ort {% if adoption_notice.location %} {{ adoption_notice.location }} {% else %} Keine Ort angegeben {% endif %}

{% if adoption_notice.description %} {{ adoption_notice.description }} {% else %} Keine Beschreibung {% endif %}

{% if adoption_notice.get_photo %}
{{ adoption_notice.get_photo.alt_text }}
{% else %} No photo {% endif %}