{% load redis_metrics_filters %} Redis Metrics {% if metrics %} {# Generate the HTML for the charts #}

Metrics for {{ today }}

{% for category, metric_data in metrics.items %} {% for metric_name, value_list in metric_data %}

{{ category }}

{% endfor %} {% endfor %} {# Stick the required JS at the bottom of the page #} {% else %}

You don't have any metrics set up yet!

{% endif %}