{% extends 'base.html' %} {% block content %} {% if data.key == 'keys' %}

{{ data.title}}

(All keys are actually prefixed with "resque:")

{% for stat in data.stats %} {% endfor %}
key type size
{{ stat.key }} {{ stat.type }} {{ stat.size }}
{% else %}

{{ data.title }}

{% for stat in data.stats %} {% endfor %}
{{ stat.key }} {{ stat.value }}
{% endif %} {% endblock %}