{% extends "app/backend/base.html" %} {% load static %} {% block content %}
{% if object.reportimage_set.all %} {% endif %}
{{ object.item.name }}
{{ object.item.iid }}

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 ansehen

Funddaten

Fundzeitpunkt: {{ object.found_on | date:'d.m.Y H:i' }}

Fundort: {{ object.found_at }}

Nachricht: {{ object.message }}


Bilder

{% if not object.reportimage_set.all %}Es wurden keine Bilder hinzugefügt!{% endif %}
{% for image in object.reportimage_set.all %}
{% endfor %}
{% endblock %} {% block scripts %} {% endblock %}