{% 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 %}