{% extends 'netbox_storage/partition/base.html' %} {% load helpers %} {% load render_table from django_tables2 %} {% block content %}
| Drive | {{ object.drive|linkify|placeholder }} |
|---|---|
| Device | {{ object.device|linkify|placeholder }} |
| Size | {{ object.size }} |
| Type | {{ object.type }} |
| Physical Volume | {{ object.get_affiliated_physical_volume|linkify|placeholder }} |
| Description | {{ object.description }} |