{% extends "fellchensammlung/base_generic.html" %} {% load custom_tags %} {% load i18n %} {% block title %}
{% translate "Ort" %} | {% if adoption_notice.organization %}{% translate "Organisation" %} | {% endif %}{% translate "Suchen seit" %} | {% translate "Zuletzt aktualisiert" %} | {% translate "Weitere Informationen" %} |
{% if adoption_notice.location %} {{ adoption_notice.location }} {% else %} {{ adoption_notice.location_string }} {% endif %} | {% if adoption_notice.organization %}
{{ adoption_notice.organization }}
{% if adoption_notice.organization.trusted %}
{% translate 'Diese Organisation kennt sich mit Ratten aus und achtet auf gute Abgabebedingungen' %}
|
{% endif %}
{{ adoption_notice.searching_since }} | {{ adoption_notice.last_checked_hr }} | {% if adoption_notice.further_information %} {% else %} - {% endif %} |
{% if adoption_notice.description %} {{ adoption_notice.description | render_markdown }} {% else %} {% translate "Keine Beschreibung angegeben" %} {% endif %}