{% extends "fellchensammlung/base_generic.html" %} {% load custom_tags %} {% load i18n %} {% block content %}
{% translate "Ort" %} | {% translate "Suchen seit" %} | {% translate "Weitere Informationen" %} | |
---|---|---|---|
{% if adoption_notice.location %} {{ adoption_notice.location }} {% else %} {{ adoption_notice.location_string }} {% endif %} | {{ adoption_notice.searching_since }} | {% if adoption_notice.further_information %}{{ adoption_notice.link_to_more_information | safe }} | {% else %}- | {% endif %}
{% if adoption_notice.description %} {{ adoption_notice.description }} {% else %} {% translate "Keine Beschreibung angegeben" %} {% endif %}