{{define "dashboard/notification"}} {{template "common/header" .}} {{template "common/menu" .}}
{{range $notification := .Notifications}} {{end}}
ID {{tr "Name"}} {{tr "Tag"}} URL {{tr "VerifySSL"}} {{tr "Administration"}}
{{$notification.ID}} {{$notification.Name}} {{$notification.Tag}} {{$notification.URL}} {{$notification.VerifySSL}}
{{range $rule := .AlertRules}} {{end}}
ID {{tr "Name"}} {{tr "NotificationMethodGroup"}} {{tr "Rules"}} {{tr "Enable"}} {{tr "Administration"}}
{{$rule.ID}} {{$rule.Name}} {{$rule.NotificationTag}} {{$rule.RulesRaw}} {{$rule.Enable}}
{{template "component/notification"}} {{template "component/rule"}} {{template "common/footer" .}} {{end}}