{% extends 'generic/object.html' %} {% load render_table from django_tables2 %} {% block content %}
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 }} |