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

Aggregate

{% if form %}
{% csrf_token %}

Select the metrics that should belong to this category:

{{ form.as_p }}

{% endif %} {% endblock %}