{% extends "base.html" %} {% load helpers %} {% block title %}PDU Power Control - {{ device }}{% endblock title %} {% block content %}
PDU Power Control — {{ device|hyperlinked_object }}
{% if device_protected %} {% endif %} {% if outlet_rows %} {% if is_pdu %}

This device is a PDU. Control each of its outlets below.

{% else %}

This device is powered by the outlet shown below.

{% endif %} {% for row in outlet_rows %} {% endfor %}
Outlet APC Outlet # Actions
{{ row.outlet|hyperlinked_object }} {% if row.index is not None %} {{ row.index }} {% else %} unset {% endif %}
{% csrf_token %}
{% csrf_token %}
Status runs as a Job; results appear in the JobResult log. {% else %}

{{ 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 %}
{% endblock content %}