{{ parseAttachment . false }}
{{ end }}
{{ .Name }}{{ if .AttributedTo }} {{.AttributedTo }} {{ else }} Anonymous {{ end }} {{ .TripCode }} {{ .Published }} No. {{ short $board.Actor.Outbox .Id }} {{ if ne .Type "Tombstone" }}[Report]{{ end }}
{{ $parentId := .Id }}
{{ if .Replies.OrderedItems }}
{{ range .Replies.OrderedItems }}
{{ parseReplyLink $board.Actor.Id $opId .Id .Content }}
{{ end }}
{{ end }}
{{ parseContent $board.Actor $opId .Content $thread }}