{# core/ui/templates/partials/preview_modal.html Zeigt die Befehle an, die bei "Ausführen" ausgeführt würden. Variablen: description – Anzeigename des Jobs commands – list[dict(label, cmd)] – Befehle mit Abschnitts-Label #} {% extends "dialog_core.html" %} {% block dialog_id %}preview-modal{% endblock %} {% block dialog_width %}800{% endblock %} {% block dialog_title %}Befehlsvorschau – {{ description }}{% endblock %} {% block dialog_body %} {% if commands %} {% for entry in commands %}
{{ entry.cmd }}