{% extends 'netbox_storage/physicalvolume/base.html' %} {% load helpers %} {% load render_table from django_tables2 %} {% load view_helpers %} {% block content %}
Physical Volume
Partition {{ object.partition|linkify|placeholder }}
PV Name {{ object.pv_name }}
Description {{ object.description }}
{% include 'inc/panels/custom_fields.html' %}
{% endblock %}