{% extends "base.html" %} {% block title %}DLQ — Админка{% endblock %} {% block content %}

Очереди DLQ ({{ total_messages }})

{% if error %}

{{ error }}

{% endif %} {% for row in rows %} {% else %} {% endfor %}
Очередь Сообщений Состояние
{{ row.name }} {% if row.messages is none %} {% elif row.messages == 0 %} 0 {% else %} {{ row.messages }} {% endif %} {{ row.state }} Просмотр
Нет DLQ
{% endblock %}