{% extends "redis_metrics/base.html" %} {% load url from future %} {% block content %}

Aggregate

{% if form %}
{% csrf_token %}

Select the metrics that you wish to view:

{{ form.as_p }}

{% endif %} {# make sure the default mulit-select widget is large enough to be usable #} {% endblock %}