{% extends "redis_metrics/base.html" %} {% block titletext %}Aggregate Metrics{% endblock %} {% block breadcrumb %}
  • Aggregate Metrics
  • {% endblock %} {% block content %} {% if form %}
    {% csrf_token %}

    Select the metrics that you wish to view:

    {{ form.as_p }}

    {% endif %} {% endblock %}