{% extends 'generic/object.html' %} {% load render_table from django_tables2 %} {% block content %}
NAS Mount
Tenant {% if object.tenant.group %} {{ object.tenant.group|linkify }} / {% endif %} {{ object.tenant|linkify|placeholder }}
Share {{ object.nas_share | linkify }}
Local Directory {{ object.local_directory }}
Mount Options {{ object.mount_options }}
Description {{ object.description }}
{% include 'inc/panels/custom_fields.html' %}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/comments.html' %}
Devices
{% render_table devices_table %}
Virtual Machines
{% render_table virtual_machines_table %}
{% endblock content %}