{% extends "fellchensammlung/base_bulma.html" %} {% load custom_tags %} {% load i18n %} {% load static %} {% 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 %}

{% include "fellchensammlung/partials/bulma-sex-overview.html" %}

{% translate "Beschreibung" %}

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