{{define "title"}}{{.Forum.Title}}{{end}} {{define "content"}}
{{$Root := .}}
{{if or .CurrentUser.IsAdmin (not .Forum.Privileged) (eq .Forum.OwnerID .CurrentUser.ID)}} New Thread {{end}}

Found {{.Pager.Total}} post{{Pluralize64 .Pager.Total}} on this forum (page {{.Pager.Page}} of {{.Pager.Pages}}).

{{if .Forum.Privileged}}
Only moderators may create new threads on this forum. You may be able to reply to threads here.
{{end}}
{{$Root := .}}
{{range .Threads}} {{$Stats := $Root.ThreadMap.Get .ID}} {{end}}
{{end}}