{{- /*gotype: main.BrowseVM */}} {{define "browse"}} {{template "header" "Search Results"}}
| QR | Type | Name | Brand | Description | {{if .HasRam}}RAM Type | RAM Capacity | {{end}}
|---|---|---|---|---|---|---|
| {{.Qr}} | {{.Type | formatType}} | {{.Name}} | {{.Brand}} | {{.Description}} | {{if $.HasRam}}{{.RamType}} | {{.RamCapacity | formatMemorySize}} | {{end}}