{% extends 'netbox_storage/drive/base.html' %} {% load helpers %} {% load render_table from django_tables2 %} {% block content %}
Drives
Identifier {{ object.identifier }}
Size (GB) {{ object.size }}
Storage Cluster {{ object.cluster|linkify|placeholder }}
Description {{ object.description }}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/custom_fields.html' %}
{% endblock %}