{% extends 'netbox_storage/physicalvolume/base.html' %} {% load helpers %} {% load render_table from django_tables2 %} {% load view_helpers %} {% block content %}
| Partition | {{ object.partition|linkify|placeholder }} |
|---|---|
| PV Name | {{ object.pv_name }} |
| VG Name | {{ object.vg|linkify|placeholder }} |
| Description | {{ object.description }} |