{% extends 'generic/object.html' %} {% load render_table from django_tables2 %} {% block content %}
NAS Share
Name {{ object.name }}
Tenant {% if object.tenant.group %} {{ object.tenant.group|linkify }} / {% endif %} {{ object.tenant|linkify|placeholder }}
Volume {{ object.nas_volume | linkify }}
Volume Subdirectory {{ object.volume_subdirectory }}
Type {{ object.type }}
Access Level {{ object.access_level }}
Mount Options {{ object.mount_options }}
Description {{ object.description }}
{% include 'inc/panels/custom_fields.html' %}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/comments.html' %}
Access Prefixes
{% render_table prefixes_table %}
Access IPs
{% render_table ips_table %}
Mounts
{% render_table mounts_table %}
{% endblock content %}