{% extends "iframebase.html" %} {% load ch_extras %} {% block title %}List aggregates{% endblock title %} {% block content %}
{% with "aggregate/list_actions.html" as action_template %} {% with "True" as condensed %} {% include "aggregate/list_table.html" %} {% endwith %} {% endwith %}
{% endblock content %}