{{define "content"}}
{{.Rack.Comment}}
{{end}}| U | Front | U | Back |
|---|---|---|---|
| {{$fs.Unit}} |
{{if $fs.IsStart}}
{{$fs.Device.Name}}
{{if $fs.Device.Model}}{{$fs.Device.Model.Manufacturer}} {{$fs.Device.Model.Name}} ({{$fs.Height}}U){{end}}
{{if $fs.Device.UsageDescription}}{{$fs.Device.UsageDescription}}{{end}}
{{end}}
|
{{(index $.BackSlots $i).Unit}} |
{{if (index $.BackSlots $i).IsStart}}
{{(index $.BackSlots $i).Device.Name}}
{{if (index $.BackSlots $i).Device.Model}}{{(index $.BackSlots $i).Device.Model.Manufacturer}} {{(index $.BackSlots $i).Device.Model.Name}} ({{(index $.BackSlots $i).Height}}U){{end}}
{{end}}
|