{# system/partials/update_log.html – Wird in update_modal eingebettet und per HTMX gepollt #}
{% for line in output %}{{ line }} {% endfor %}{% if not output %}Warte auf Ausgabe…{% endif %}