{% extends 'generic/object.html' %} {% load render_table from django_tables2 %} {% load helpers %} {% block content %}
| Name | {{ object.name }} |
|---|---|
| Device | {{ object.device }} |
| Size | {{ object.size|filesizeformat }} |
| Utilization | {% utilization_graph object.get_utilization %} |
| Description | {{ object.description }} |