{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} {% load render_table from django_tables2 %} {% load perms %} {% block controls %} {{ block.super }} {% endblock controls %} {% block breadcrumbs %} {{ block.super }} {% endblock %} {% block tabs %} {{ block.super }} {% endblock %} {% block content %}
Drives
Identifier {{ object.identifier }}
Virtual Machine {{ object.virtual_machine|linkify|placeholder }}
Size (GB) {{ object.size }}
Storage Cluster {{ object.cluster|linkify|placeholder }}
Description {{ object.description }}
{% include 'inc/panels/custom_fields.html' %}
Partitions
{% render_table partition_table 'inc/table.html' %} {% include 'inc/paginator.html' with paginator=partition_table.paginator page=partition_table.page %}
{% endblock %}