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

{{ adoption_notice.name }}

{% translate 'Bearbeiten' %}
{% if adoption_notice.location %} {% else %} {% endif %} {% if adoption_notice.further_information %} {% else %} {% endif %}
{% translate "Ort" %} {% translate "Suchen seit" %} {% translate "Weitere Informationen" %}
{{ adoption_notice.location.name }}, {{ adoption_notice.location.postcode }}{% translate "Kein Ort angegeben" %}{{ adoption_notice.searching_since }}{{ adoption_notice.further_information }}-

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

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