{{ if .State.Session }}
{{ end }}
{{if or (lt .P.Counts.Score -5) .P.Comment.Deleted }} [+] {{ else }} [-] {{ end }} {{fullname .P.Creator}} {{.P.Counts.Score}} points {{ humanize .P.Comment.Published.Time }} {{- if gt .P.Comment.Updated.Time.Unix .P.Comment.Published.Time.Unix -}} * (last edited {{ humanize .P.Comment.Updated.Time }}) {{ end }}
{{ if eq .Op "edit" }}
{{ else }}
{{if .P.Comment.Deleted}} [removed] {{else}}
{{ markdown .State.Host .P.Comment.Content }}
{{end}} {{ if eq .Op "source" }}
{{end}} {{ end }}
{{ if and (eq .State.Op "reply") (eq .State.CommentID .P.Comment.ID)}}
{{ end}} {{ range $ci, $child := .C }}{{ template "comment.html" $child }}{{end}} {{ if ne .P.Counts.ChildCount .ChildCount}}
load more comments ({{ sub .P.Counts.ChildCount .ChildCount}} replies)
{{end}}