{{/** TODO: De-dupe userinfo with a common template **/}} {{.Topic.CreatedByName}} {{if .Topic.Tag}}{{.Topic.Tag}}{{else}}{{lang "topic.level_prefix"}}{{.Topic.Level}}{{end}} {{range .Poll.QuickOptions}} {{.Value}} {{end}} {{lang "topic.poll_vote"}} {{lang "topic.poll_results"}} {{lang "topic.poll_cancel"}}
{{.Topic.CreatedByName}} {{if .Topic.Tag}}{{.Topic.Tag}}{{else}}{{lang "topic.level_prefix"}}{{.Topic.Level}}{{end}} {{.Topic.ContentHTML}} {{.Topic.Content}} {{if .CurrentUser.Loggedin}} {{if .CurrentUser.Perms.LikeItem}}{{end}} {{if not .Topic.IsClosed or .CurrentUser.Perms.CloseTopic}} {{if .CurrentUser.Perms.EditTopic}}{{end}} {{end}} {{if .CurrentUser.Perms.DeleteTopic}}{{end}} {{if .CurrentUser.Perms.CloseTopic}} {{if .Topic.IsClosed}}{{else}}{{end}}{{end}} {{if .CurrentUser.Perms.PinTopic}} {{if .Topic.Sticky}}{{else}}{{end}}{{end}} {{if .CurrentUser.Perms.ViewIPs}}{{end}} {{end}} {{.Topic.LikeCount}} {{.Topic.RelativeCreatedAt}} {{if .CurrentUser.Perms.ViewIPs}}{{.Topic.IPAddress}}{{end}}