{{/** type Widget struct { Enabled bool Location string // Coming Soon: overview, topics, topic / topic_view, forums, forum, global Position int Body string Side string Type string Literal bool } **/}}

{{lang "panel_themes_widgets_head"}}

{{range $name, $dock := .Docks}}

{{$name}}

{{range $widget := $dock}}
{{template "panel_themes_widgets_widget.html" $widget }}
{{end}}
{{lang "panel_themes_widgets_new"}}
{{end}}
{{template "panel_themes_widgets_widget.html" .BlankWidget }}