{{define "comment_node"}}
{{if .UseGravatar}} {{else}}
{{.Comment.AuthorInitial}}
{{end}}
{{if .Comment.Website}} {{.Comment.AuthorName}} {{else}} {{.Comment.AuthorName}} {{end}} {{.RelTime}} {{if .Comment.IsPrivate}}{{index .Tr "comments_private_badge"}}{{end}} {{if eq .Comment.Status 0}}{{index .Tr "comments_pending"}}{{end}}
{{if .Children}}
{{range .Children}} {{template "comment_node" .}} {{end}}
{{end}}
{{end}}