{% extends "base.html" %} {% comment %}© 2009, Multapplied Networks, Inc.{% endcomment %} {% load device %} {% load traffic_rates %} {% block base %}{% endblock %} {% block title %}Aggregators {{ block.super }}{% endblock %} {% block breadcrumbs %} {{ block.super }}
  • Aggregators
  • {% endblock %} {% block content %}

    Aggregators

    {% include "banode/aggregators/list_partials/_aggs_list.html" %}

    Inherited Aggregators

    {% include "banode/aggregators/list_partials/_inherited_aggs_list.html" %}
    {% endblock %} {% block api-footer %} {% url 'current:aggregator-list' %} {% endblock %}