{% load static %} {% load notizen_tags %} {% if notizen_with_html %}

Notizen zu dieser Übersicht ({{ notizen_with_html|length }})

{% for item in notizen_with_html %}
{{ item.notiz.name }}
{{ item.notiz.geaendert_am|date:"d.m.Y H:i" }} Uhr {% if item.notiz.autor %} | {{ item.notiz.autor }} {% endif %}
{{ item.html_content|safe }}
{% endfor %}
{% endif %}
{% if user.is_authenticated %} Notiz zu dieser Übersicht hinzufügen {% endif %}