{{ define "page" }} {{ $version := .VERSION }} {{ $theme := .CONFIG.THEME }} {{ block "page_label" . }}{{end}}

Areas

Create
{{ range .Data.Areas }}
{{ .Name }}
Create
{{ range .SortedSections }} {{ if eq .ID 0 }} {{ continue }} {{ end }}
{{ .Name }}
{{ end }}
{{ end }}

Theme

Timezone

Notifications

Prio
Type
Target
{{ range .Data.NotificationServices }}
{{ .GetPrio }}
{{ .GetType }}
{{ .String }}
{{ end }}
{{ end }}