{% extends "app/backend/base.html" %} {% load static %} {% block content %}
Finder: {{ object.name }}
Telefon: {{ object.phone }}
{{ object.description }}
{% autoescape off %}{{ object.get_status_html }}{% endautoescape %}
{% if object.status == 0 %} {% elif object.status == 1 %} {% endif %} {% if object.status == -1 or object.status == 2 %} {% else %} {% endif %} Gegenstand ansehenFundzeitpunkt: {{ object.found_on | date:'d.m.Y H:i' }}
Fundort: {{ object.found_at }}
Nachricht: {{ object.message }}