{{define "channel"}}
{{- .Name -}}
{{if .Clients}}
{{range .Clients}}
{{.Nickname}}
{{end}}
{{end}} {{if .Children}}
{{range .Children}} {{template "channel" .}} {{end}}
{{end}} {{end}} TS6 Viewer
{{ if .VMServer.HostConnectionLink }}

{{ .VMServer.Name }}

{{ else }}

{{ .VMServer.Name }}

{{ end }}
User: {{.VMServer.ClientsOnline}} / {{.VMServer.MaxClients}}
Client Connections: {{.VMServer.ClientConnections}}
Uptime: {{.VMServer.UptimePretty}}
ChannelsOnline: {{.VMServer.ChannelsOnline}}
{{ if .VMServer.HostBannerURL }}
{{ end }}
{{range .VMChannels}} {{template "channel" .}} {{end}}