{% extends "base.html" %} {% block title %}Storage{% endblock %} {% block breadcrumbs %}{{ block.super }}
| Label | Device Type | Status | Action | |
|---|---|---|---|---|
| {% if device.linked %} {% endif %} | {% if device.linked %}{{ device.label }}{% else %}{{ device.label }}{% endif %} | {{ device.devicetype }} | {{ device.state|join:", " }} | {% for form in device.action_forms %} {% endfor %} |