{% extends "top_level_base.html" %} {% load static %} {% load compress %} {% block extra_head %} {{ block.super }} {% compress js %} {% endcompress %} {% compress css %} {% endcompress %} {% endblock %} {% block content %} {% include "sidebar_top_level.html" %}
{% block entity_status_filter %} {% include "entity_status_filter.html" %} {% endblock %} {% include "system_search.html" %}
{% if entity_type == 'pools' %} {% comment %} Pools table is a special case, as it has 2 levels table {% endcomment %} {% else %} {% for data_field, col_info in model_class.entity_level_cols_for_table.items %} {% if parent_col and data_field == 'name' %} {% endif %} {% endfor %} {% endif %}
System Name
System Serial
Name
Physical Capacity Virtual Capacity Type
Total
Free
Total
Free
System Name
System Serial
{{ col_info.text }}
{{ parent_col }}
{% endblock %}