{% extends 'generic/object.html' %} {% load render_table from django_tables2 %} {% load helpers %} {% block content %}
Storage Pool Allocation
Name {{ object.name }}
Storage pool {{ object.storage_pool }}
Size {{ object.size }} GB
Utilization {% utilization_graph object.get_utilization %}
Allocation type {{ object.allocation_type }}
Description {{ object.description }}
{% include 'inc/panels/custom_fields.html' %}
{% include 'inc/panels/tags.html' %}
Storage Space Allocations
{% render_table spaces_table %}
Storage Sessions
{% render_table sessions_table %}
{% endblock content %}