{% 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 queue %} {% trans "Back to Queues" %}
{{ queue.routing_key }}
{{ queue.broker_query_error }}
{{ queue.exchange }}
{% if queue.exchange_type and queue.exchange_type != "N/A" %}
({{ queue.exchange_type }})
{% endif %}
{{ queue.routing_key }}{{ queue.arguments }}
{{ worker }}
{{ queue.exchange_json }}
{{ queue.worker_configs_json }}
{% trans "The requested queue could not be found." %}