{{ range .Supervisor.GetProcesses }}
  • 📦 {{ if .Running }} 🟢 {{ .Name }}{{if ne .Description ""}} {{.Description}}{{end}} {{ else }} 🔴 {{ .Name }}{{if ne .Description ""}} {{.Description}}{{end}} {{ end }}
  • {{ end }}