{{Extend "layout"}} {{Block "title"}}{{"系统设置"|T}}{{/Block}} {{Block "breadcrumb"}} {{Super}}
  • {{"系统设置"|T}}
  • {{/Block}} {{Block "bodyNav"}} {{Include "manager/settings_body_nav"}} {{/Block}} {{Block "head"}} {{- range $k,$v := Stored.settings -}} {{- if eq Stored.group $v.Group -}} {{- range $i, $t := $v.HeadTmpl -}} {{- if $t -}}{{Fetch $t $}}{{- end -}} {{- end -}} {{- end -}} {{- end -}} {{/Block}} {{Block "main"}} {{Strip}} {{$config := Stored.config}} {{$group := Stored.group}}
    {{range $k,$v := Stored.settings}} {{if eq $group $v.Group}}

    {{$v.Group}} {{$v.Label|T}}

    {{- $v.Render Context -}}
    {{end}} {{end}}
    {{/Strip}} {{/Block}} {{Block "footer"}} {{- range $k,$v := Stored.settings -}} {{- if eq Stored.group $v.Group -}} {{- range $i, $t := $v.FootTmpl -}} {{- if $t -}}{{Fetch $t $}}{{- end -}} {{- end -}} {{- end -}} {{- end -}} {{/Block}}