{% extends "nexus/module.html" %} {% block head %} {{ block.super }} {% endblock %} {% load redis_helpers %} {% block content %}

Displaying statistics for {{ cache_stats|length }} Redis server{{ cache_stats|length|pluralize }}

{% for group, hosts in cache_stats.iteritems %}

{{ group|title }}

{% endfor %} {% endblock %}