{% extends 'generic/object.html' %} {% load render_table from django_tables2 %} {% load helpers %} {% block content %}
Storage Pool
Name {{ object.name }}
Device {{ object.device }}
Size {{ object.size|filesizeformat }}
Utilization {% utilization_graph object.get_utilization %}
Description {{ object.description }}
{% include 'inc/panels/custom_fields.html' %}
{% include 'inc/panels/tags.html' %}
LUNs
{% render_table luns_table %}
{% endblock content %}