{# Shown by CSS (:has) only while a job row is open — the live table is paused so it
can't move under you. Tells the operator why updates stopped (and how to resume). #}
{{ icon('pause', 'w-3.5 h-3.5') }}
Live updates paused while you're viewing a job — close it to resume.
{% with name = q.name %}
{% if query %}{% include "search_results.html" %}{% else %}{% include "jobs.html" %}{% endif %}
{% endwith %}
{% with name = q.name, schedulers = q.schedulers %}{% include "schedulers.html" %}{% endwith %}