{% extends "base.html" %} {% load helpers %} {% block title %}PDU Power Control - {{ device }}{% endblock title %} {% block content %}
This device is a PDU. Control each of its outlets below.
{% else %}This device is powered by the outlet shown below.
{% endif %}| Outlet | APC Outlet # | Actions |
|---|---|---|
| {{ row.outlet|hyperlinked_object }} | {% if row.index is not None %} {{ row.index }} {% else %} unset {% endif %} |
{{ device }} has no power outlets and is not connected to a PDU outlet, so there is nothing to control. Cable a power port to a PDU outlet, or add outlets to this device.
{% endif %}