{% extends "entities_with_averages.html" %} {% block entity_status_filter %} {% endblock %} {% load humanize static compress %} {% block extra_head %} {{ block.super }} {% compress css %} {% endcompress %} {% endblock %} {% block toolbar_buttons %}{% endblock %} {% block entities_table_url %}{% url "infiniguard:entities_list" system.serial model_name %}{% endblock %} {% block entities_table %} Name
Data Size Physical Capacity Performance Before Reduction
After Reduction
Reduction Ratio
Allocated
Used
Available
Inline Throughput
{% endblock %} {% block system_gui_url %}{{ system.api_url }}#/dde{% endblock %}