{{define "title"}}Statping | Services{{end}} {{define "content"}}
{{template "nav"}}
{{if ne (len .Services) 0}}

Services

{{range .Services}} {{end}}
Name Status
{{.Name}} {{if .Online}}ONLINE{{else}}OFFLINE{{end}}
View {{if Auth}}{{end}}
{{end}} {{if Auth}}

Create Service

{{template "form_service" NewService}} {{end}}

Groups

{{range .Groups}} {{end}}
Name Services
{{.Name}} {{len .Services}}
{{if Auth}}{{end}}
{{if Auth}}

Create Group

{{template "form_group" NewGroup}} {{end}}
{{end}} {{define "extra_scripts"}} {{if USE_CDN}} {{ else }} {{end}} {{end}}