{{define "comment/comment"}}
{{.Item.Author.Name}} {{if .Item.Parent}} {{.I18n.Reply}} {{.Item.Parent.Author.Name}} {{end}} • {{.Item.CreatedAt}}
{{.I18n.Reply}} {{.I18n.Delete}}
{{.Item.Content}}
{{if ne .Item.ReplyCount 0}}
{{.Item.ReplyCount}} {{.I18n.Reply}}
{{end}}
{{end}}