{# core/ui/templates/partials/log_content.html Wird statisch und als SSE-Fragment (ein
pro Zeile) genutzt. Variablen: lines (list[str]) #} {% if lines %} {% for line in lines %}
{{ line }}
{% endfor %} {% else %}
Keine Einträge für dieses Datum.
{% endif %}