{{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}}

{{if .Pinned}}{{end}} {{or .Title "Untitled"}}

{{TrimEllipses .Comment.Message 256}}

{{if .Pinned}} Pinned {{end}} {{if .Explicit}} NSFW {{end}} {{if .NoReply}} No Reply {{end}} Updated {{SincePrettyCoarse .UpdatedAt}} ago

Replies

{{if $Stats}} {{$Stats.Replies}} {{else}} err {{end}}

Views

{{if $Stats}} {{$Stats.Views}} {{else}} err {{end}}
{{end}}
{{end}}