{{ range $device := where .Page.Pages "Params.hardware" "!=" nil }} {{ $hw := $device.Params.hardware }} {{ end }}
Hersteller Modell DSA Ports Radios Schnittstellen Empfohlen
{{ $hw.manufacturer }} {{ $hw.model }} {{ where $hw.interface "features" "intersect" (slice "dsa") | len }} {{ where $hw.interface "type" "in" (slice "2ghz" "5ghz") | len }} {{ range $type := slice "sfp" "rj45" "2ghz" "5ghz" }} {{ $n := (where $hw.interface "type" "in" (slice $type) | len) }} {{ if gt $n 0 }}{{ $n }}x{{ $type }}{{ end }} {{ end }} {{ cond $hw.recommended (emojify ":heavy_check_mark:") (emojify ":x:") }}