{% extends "entities_with_averages.html" %} {% load humanize static compress %} {% block toolbar_buttons %}{% endblock %} {% block entities_table_url %}{% url "infiniguard:entities_list" system.serial model_name %}{% endblock %} {% block entities_table %} {% with col_info=model_class.entity_level_cols_for_table.name %} {{ col_info.text }}
{% endwith %} {% if parent_col %} {{ parent_col }}
{% endif %} Type
Throughput
Data Size
{% if parent_col %} {% endif %} {% endblock %}