{% extends 'netbox_storage/partition/base.html' %} {% load helpers %} {% load render_table from django_tables2 %} {% block content %}
Partition
Drive {{ object.drive|linkify|placeholder }}
Device {{ object.letter|linkify|placeholder }}
Size {{ object.size|linkify|placeholder }} GB
Type {{ object.fs_type|linkify|placeholder }}
Description {{ object.description|linkify|placeholder }}
{% include 'inc/panels/custom_fields.html' %}
{% endblock %}