{% extends "admin/dj_celery_panel/base.html" %} {% load i18n static dcr_icons %} {% block extrahead %} {{ block.super }} {% endblock %} {% block panel_page_content %} {% include "admin/dj_celery_panel/_backend_info.html" %} {% if worker %} {% trans "Back to Workers" %}
{{ worker.hostname }}
{{ worker.active_tasks_json }}
{{ worker.reserved_tasks_json }}
{{ worker.scheduled_tasks_json }}
{{ task }}{% trans "No active queues" %}
{% endif %} {% if worker.processes or worker.rusage_json or worker.broker_json %}{{ worker.rusage_json }}
{{ worker.broker_json }}
{% trans "The requested worker could not be found." %}