{% extends "fellchensammlung/base_generic.html" %} {% load custom_tags %} {% load i18n %} {% block content %}

{{ adoption_notice.name }}

{% if adoption_notice.location %} {% else %} {% endif %}
Ort Suchen seit
{{ adoption_notice.location.name }}, {{ adoption_notice.location.postcode }}Kein Ort angegeben{{ adoption_notice.searching_since }}

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

{% for animal in adoption_notice.animals %} {% include "fellchensammlung/partial-animal-card.html" %} {% endfor %}
{% endblock %}