System

{{ $ := . }}

Actions

{{ $disabled := "disabled" }} {{ if .AllowPurge }} {{ $disabled = "enabled" }} {{ end }}

{{ .ReindexMsg }}

Settings

{{ range $key, $value := .Settings }} {{ end }}
Key Value
{{ $key }} {{ $value }}

System Config

{{ template "key_value" .SystemConfig.Iter }}