{% extends "base.html" %} {% block body %}
{# Controls inside the panel re-render the panel by DEFAULT: hx-target is inherited from here, so tabs/pagination/pause/resume/toolbar omit it. The exceptions state their own target: the search box (#jobs), the accordion bodies (#body-*), the schedulers table (#schedulers), and a job row's action buttons (#queue-panel, overriding the row's #body target). #}
{% if job_page is defined %} {% include "job_page.html" %} {% elif workers is defined %} {% include "workers.html" %} {% elif q %} {% include "queue.html" %} {% else %}
No queues configured.
{% endif %}
{% endblock %}