{{ $clients := site.Data.clients.clients }} {{ $featureGroups := site.Data.clients.featureGroups }} {{ range $featureGroups }} {{ range $clients }} {{ end }} {{ range .features }} {{ $featureName := .name }} {{ $description := default .name .description }} {{ range $clients }} {{ $supported := index .features $featureName }} {{ if eq $supported true }} {{ else if eq $supported false }} {{ else }} {{ $supported := default (emojify ":grey_question:") $supported }} {{ end }} {{ end }} {{ end }} {{ end }}
{{ .description | markdownify }}
Feature{{ .language }}
{{ $description | markdownify }}{{ emojify ":white_check_mark:" }}{{ emojify ":x:" }}{{ $supported | markdownify }}