{{range .ItemList}}
{{if .ActionType}}
{{.ActionIcon}}
{{.ActionType}}
{{else}}
{{/** TODO: We might end up with
s in the inline editor, fix this **/}}
{{.ContentHtml}}
{{if $.CurrentUser.Loggedin}}{{.Content}}
{{end}}
{{.CreatedByName}}
{{if $.CurrentUser.Perms.LikeItem}}{{if ne $.CurrentUser.ID .CreatedBy}}{{if .Liked}}{{else}}{{end}}{{end}}{{end}}
{{if not $.Topic.IsClosed or $.CurrentUser.Perms.CloseTopic}}
{{if $.CurrentUser.Perms.EditReply}}{{end}}
{{end}}
{{if .Deletable}}{{end}}
{{if $.CurrentUser.Perms.ViewIPs}}{{end}}
{{.LikeCount}}
{{if .Tag}}{{.Tag}}{{else}}{{.Level}}{{end}}
{{end}}
{{end}}