{% extends "fellchensammlung/base_generic.html" %} {% load custom_tags %} {% load i18n %} {% block title %}
{% translate "Ort" %} | {% translate "Suchen seit" %} | {% translate "Zuletzt aktualisiert" %} | {% translate "Weitere Informationen" %} | |
---|---|---|---|---|
{% if adoption_notice.location %} {{ adoption_notice.location }} {% else %} {{ adoption_notice.location_string }} {% endif %} | {{ adoption_notice.searching_since }} | {{ adoption_notice.last_checked | date:'d. F Y' }} | {% if adoption_notice.further_information %}{% else %} | - | {% endif %}
{% if adoption_notice.description %} {{ adoption_notice.description | render_markdown }} {% else %} {% translate "Keine Beschreibung angegeben" %} {% endif %}