{% extends "admin/index.html" %} {% load i18n %} {% comment %} Adds a "Background tasks" card to the admin home linking to the queue dashboard. The link is rendered only when the dashboard is actually mounted — it needs the Redis Streams broker, so it is absent under the eager broker used by the tests and the no-Redis dev profile. {% endcomment %} {% block content %} {{ block.super }} {% url 'task-dashboard' path='' as task_dashboard_url %} {% if task_dashboard_url %}
{% translate "Live queue backlogs, in-flight work per worker, delayed messages and dead-letter queues." %}