{% extends "fellchensammlung/base_bulma.html" %} {% load custom_tags %} {% load i18n %} {% block title %}{{ adoption_notice.name }}{% endblock %} {% block content %}

{{ adoption_notice.name }}

{% translate "Ort" %}

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

{% if adoption_notice.organization %}

{% translate "Organisation" %}

{{ adoption_notice.organization }} {% if adoption_notice.organization.trusted %}
{% endif %}
{% endif %}

{% translate "Suchen seit" %}

{{ adoption_notice.searching_since }}

{% translate "Zuletzt aktualisiert" %}

{{ adoption_notice.last_checked_hr }}

{% translate "Weitere Informationen" %}

{% if adoption_notice.further_information %}
{% else %} - {% endif %}

{% translate "Bilder" %}

{% translate "Beschreibung" %}

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