{#
core/ui/templates/partials/dialogs/log_content.html
Wird statisch und als SSE-Fragment (ein
pro Zeile) genutzt.
Variablen: lines (list[str])
#}
{% if lines %}
{% for raw in lines %}
{# raw kann None sein (z.B. leeres full_log) – 'x' in None wuerde werfen #}
{% set line = raw if raw is string else (raw | default('', true) | string) %}