{{- /*gotype: main.DeviceVM */}} {{define "device"}} {{template "header" "Device Details"}} {{if eq .Type "ram"}} {{end}} {{if eq .Type "hdd"}} {{end}}
Name: {{.Name}}
Brand: {{.Brand}}
Type: {{.Type}}
Description: {{.Description}}
RAM Type: {{.RamType}}
RAM Capacity: {{.RamCapacity | formatMemorySize}}
HDD Capacity: {{.HddCapacity}}
HDD Type: {{.HddType}}
Form Factor: {{.HddFormFactor}}
Connection: {{.HddConnection}}
RPM: {{.HddRpm}}
{{template "footer"}} {{end}}