{% extends "base.html" %} {% load crispy_forms_tags %} {% block title %}{{ title }} - Notizen{% endblock %} {% block content %}
Erstellt von: {{ notiz.erstellt_von.get_full_name|default:notiz.erstellt_von.username }}
Erstellt am: {{ notiz.erstellt_am|date:"d.m.Y H:i" }}
Zuletzt geändert: {{ notiz.geaendert_am|date:"d.m.Y H:i" }}
{% if notiz.attached_to_object_str %}Angehängt an: {{ notiz.attached_to_model_name }} - {{ notiz.attached_to_object_str }}
{% endif %}