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