{{define "launcher_shared"}} Indítópult
{{if .Apps}}
{{range .Apps}} {{if .Clickable}} {{template "launch_tile" (dict "Slug" .Slug "BrandColor" .BrandColor "DisplayName" .DisplayName "Off" false)}} {{.DisplayName}} {{else}}
{{template "launch_tile" (dict "Slug" .Slug "BrandColor" .BrandColor "DisplayName" .DisplayName "Off" true)}} {{.DisplayName}} {{.Label}}
{{end}} {{end}}
{{else}}

Jelenleg nincs elérhető alkalmazás.

{{end}}
{{end}}