{# Streaming job details for running jobs using HTMX SSE #}
{# Stop button for running jobs #} {% if job.status|string == 'running' %}
{% endif %}
{# Container for stop job result messages #}
{# Composite job with streaming tasks #}
{% for task in sorted_tasks %} {% set task_expanded = false %} {% include "partials/jobs/task_item_streaming.html" %} {% endfor %}
{# Auto-refresh to static view when job completes #}