{% load helpers %} {% load plugins %} {% load storage %} {% load render_table from django_tables2 %} {% load perms %}
Drive | Drive Size | Drive Cluster | Amount Partition | Partitions |
{{ key.identifier|placeholder }} | {{ key.size|placeholder }} MB | {{ key.cluster|linkify|placeholder }} | {% get_partition_amount key %} | {{ value|placeholder }} {% for partition in value %} {{ partition.device|linkify|placeholder }} {% endfor %} |