{{template "header.html" . }}
{{template "panel-menu.html" . }}

{{lang "panel_forums_head"}}

{{range .ItemList}}
{{/** TODO: Make sure the forum_active_name class is set and unset when the activity status of this forum is changed **/}} {{.Name}}
{{.Desc}}
{{if gt .ID 1}}{{end}}
{{end}}

{{lang "panel_forums_create_head"}}

{{template "footer.html" . }}