{% extends 'generic/object.html' %} {% load helpers %} {% block content %}
Mount
Type
{{ object.mount_type }}
Source
{% if object.volume %} {{ object.volume }} {% else %} {{ object.host_path }} {% endif %}
Destination
{{ object.dest_path }}
Options
{% if object.options %}{{ object.options }}{% else %}{% endif %}
Tags
{% if object.tags.count %}
{% for tag in object.tags.all %} {{ tag.name }} {% endfor %}
{% else %} No tags {% endif %}
{% endblock %}