{{define "launch_tile"}} {{initial .DisplayName}} {{end}} {{define "launcher"}} {{template "layout_start" .}} {{if .ShareFlash}}
{{.ShareFlash}}
{{end}} {{if .Apps}}
{{range .Apps}} {{if isOperational .State}} {{template "launch_tile" (dict "Slug" .Slug "BrandColor" .BrandColor "DisplayName" .DisplayName "Off" false)}} {{.DisplayName}} {{if ne (stateStr .State) "running"}}{{stateLabel .State}}{{end}} {{else}}
{{template "launch_tile" (dict "Slug" .Slug "BrandColor" .BrandColor "DisplayName" .DisplayName "Off" true)}} {{.DisplayName}} {{stateLabel .State}}
{{end}} {{end}}
{{else}}

Még nincs telepített alkalmazás.

Alkalmazások telepítése

{{end}} {{template "layout_end"}} {{end}}