{% load redis_metrics_filters %} {% load static %}
{% if with_data_table %} {% for key, value in metric_history %} {% endfor %}
{{ slug }} {{ granularity }} metrics {% if since %} since {{ since }}{% endif %}
KeyValue
{{ key|strip_metric_prefix }} {{ value|default_if_none:"-" }}
{% endif %}