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

{{ adoption_notice.name }}

{% translate 'Melde diese Vermittlung an Moderator*innen' %}

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

{% if adoption_notice.description_short %} {{ adoption_notice.description_short | render_markdown }} {% endif %}

{% if adoption_notice.get_photo %}
{{ adoption_notice.get_photo.alt_text }}
{% endif %}