{% extends 'generic/object.html' %} {% load render_table from django_tables2 %} {% block content %}
NAS Volume
Name {{ object.name }}
Tenant {% if object.tenant.group %} {{ object.tenant.group|linkify }} / {% endif %} {{ object.tenant|linkify|placeholder }}
Cluster {{ object.nas_cluster | linkify }}
Export ID {{ object.export_id }}
Owner {{ object.owner }}
Group {{ object.group }}
Size (GB) {{ object.size_gb }}
Security Style {{ object.security_style }}
Base UNIX Permissions {{ object.base_unix_permissions }}
Local Directory {{ object.local_directory }}
Description {{ object.description }}
{% include 'inc/panels/custom_fields.html' %}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/comments.html' %}
Shares
{% render_table shares_table %}
{% endblock content %}