{{define "admin_diagnostics"}}{{template "layout" .}}{{end}} {{define "content"}}
{{template "admin_nav" .}}

{{t .Locale "admin.diagnostics"}}

{{t .Locale "admin.diagnostics"}}

{{t .Locale "admin.status"}}
{{statuslabel .Locale .Health.Status}}
{{t .Locale "admin.database"}}
{{boollabel .Locale .Health.DatabaseReachable}}
{{t .Locale "admin.blobStorage"}}
{{boollabel .Locale .Health.BlobStorageWritable}}
{{t .Locale "admin.schema"}}
{{.Health.SchemaVersion}}
{{t .Locale "admin.serverTime"}}
{{webtime .Locale .Health.ServerTime}}
{{end}}