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

Forums

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

Add Forum

{{template "footer.html" . }}