{# system/partials/update_log.html – Wird in update_modal eingebettet und per HTMX gepollt #}
{# Status-Zeile #}
{% if status == 'running' %} Update läuft… {% elif status == 'done' %} ✓ Update abgeschlossen · Neustart in Kürze {% elif status == 'error' %} ✗ {{ error }} {% elif status == 'checking' %} Prüfe auf Updates… {% else %} Warte auf Start… {% endif %}
{# pip-Ausgabe #}
pip-Ausgabe
{% for line in output %}{{ line }}
{% endfor %}{% if not output %}Warte auf Ausgabe…{% endif %}