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

{{ adoption_notice.name }}

Ort Suchen seit
{{ adoption_notice.location.name }}, {{ adoption_notice.location.postcode }} {{ adoption_notice.searching_since }}

{{ adoption_notice.description }}

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