{% extends "postorius/base.html" %} {% load i18n %} {% load pagination %} {% block head_title %} {% trans 'System Configuration' %} - {{ block.super }} {% endblock %} {% block content %} {% for key, value in configs %} {% endfor %}
{{ key }} {{ value }}

{% trans 'Queues' %}

{% for queue, count in queues.items %} {% endfor %}
{{ queue }} {{ count }}
{% endblock content %}