{{if USE_CDN}} {{ else }} {{end}} Statup | Dashboard
{{template "nav"}}
{{ .CountServices }} Total Services
{{ .Count24Failures }} Failures last 24 Hours
{{ .CountOnline }} Online Services

Services

{{ range .Services }} {{ $s := .ToService }}
{{$s.Name}}
{{if $s.Online}} ONLINE {{else}} OFFLINE {{end}}

{{.SmallText}}

{{ end }}
{{ range .Services }} {{ $s := .ToService }} {{ if .LimitedFailures }}

{{$s.Name}} Failures

{{ range .LimitedFailures }} {{ $f := .ToFailure }}
{{.ParseError}}
Reported {{.Ago}}

{{$f.Issue}}

{{ end }}
{{ end }} {{ end }}
{{template "footer"}} {{if USE_CDN}} {{ else }} {{end}}