{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} {% load i18n %} {% block content %}
| {% trans "Design" %} | {{ object.design|linkify }} |
|---|---|
| {% trans "Rack" %} | {{ object.rack|linkify }} |
| {% trans "Name" %} | {{ object.name }} |
| {% trans "Voltage" %} | {{ object.voltage }} V |
|---|---|
| {% trans "Amperage" %} | {{ object.amperage }} A |
| {% trans "Phase" %} | {{ object.get_phase_display }} |
| {% trans "Supply" %} | {{ object.get_supply_display }} |
| {% trans "Derated capacity" %} | {{ object.derated_watts }} W |
| {{ placement|linkify }} | {{ placement.target_rack|linkify|placeholder }} |
|---|---|
| {% trans "No planned PDU is bound to this feed." %} |