| Device | ++ {{ object.device }} + | +
|---|---|
| Device Type | ++ {{ object.device.device_type }} + | +
| Module Type | ++ {{ object.module_type }} + | +
| Serial Number | +{{ object.serial|placeholder }} | +
| Asset Tag | +{{ object.asset_tag|placeholder }} | +
| Interfaces | ++ {% with component_count=object.interfaces.count %} + {% if component_count %} + {{ component_count }} + {% else %} + None + {% endif %} + {% endwith %} + | +
|---|---|
| Console Ports | ++ {% with component_count=object.consoleports.count %} + {% if component_count %} + {{ component_count }} + {% else %} + None + {% endif %} + {% endwith %} + | +
| Console Server Ports | ++ {% with component_count=object.consoleserverports.count %} + {% if component_count %} + {{ component_count }} + {% else %} + None + {% endif %} + {% endwith %} + | +
| Power Ports | ++ {% with component_count=object.powerports.count %} + {% if component_count %} + {{ component_count }} + {% else %} + None + {% endif %} + {% endwith %} + | +
| Power Outlets | ++ {% with component_count=object.poweroutlets.count %} + {% if component_count %} + {{ component_count }} + {% else %} + None + {% endif %} + {% endwith %} + | +
| Front Ports | ++ {% with component_count=object.frontports.count %} + {% if component_count %} + {{ component_count }} + {% else %} + None + {% endif %} + {% endwith %} + | +
| Rear Ports | ++ {% with component_count=object.rearports.count %} + {% if component_count %} + {{ component_count }} + {% else %} + None + {% endif %} + {% endwith %} + | +
| Device | ++ {{ object.device }} + | +
|---|---|
| Name | +{{ object.name }} | +
| Label | +{{ object.label|placeholder }} | +
| Position | +{{ object.position|placeholder }} | +
| Description | +{{ object.description|placeholder }} | +
| Manufacturer | ++ {{ module.module_type.manufacturer }} + | +
|---|---|
| Module Type | ++ {{ module.module_type }} + | +
| Manufacturer | +{{ object.manufacturer }} | +
| Model Name | +{{ object.model }} | +
| Part Number | +{{ object.part_number|placeholder }} | +
| Instances | +{{ instance_count }} | +