{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} {% load render_table from django_tables2 %} {% load perms %} {% block controls %} {{ block.super }} {% endblock controls %} {% block breadcrumbs %} {{ block.super }} {% endblock %} {% block tabs %} {{ block.super }} {% endblock %} {% block content %}
Logical Volume
Volume Group {{ object.vg|linkify|placeholder }}
Logical Volume {{ object.lv_name }}
Path {{ object.path }}
Filesystem {{ object.fs|linkify|placeholder }}
Description {{ object.description }}
{% include 'inc/panels/custom_fields.html' %}
{% endblock %}