{{with .Data}}
{{if .Reblog}}
avatar {{EmojiFilter .Account.DisplayName .Account.Emojis}} @{{.Account.Acct}} retweeted
{{template "status" (WithContext .Reblog $.Ctx)}} {{else}} {{block "status" (WithContext . $.Ctx)}} {{with $s := .Data}}
{{EmojiFilter .Account.DisplayName .Account.Emojis}} @{{.Account.Acct}}
source {{if .Muted}}
{{else}}
{{end}} {{if .Bookmarked}}
{{else}}
{{end}} {{if eq $.Ctx.UserID .Account.ID}}
{{end}}
{{if .InReplyToID}} in reply to {{if .IDNumbers}}#{{index .IDNumbers .InReplyToID}}{{end}} {{if .Pleroma.InReplyToAccountAcct}}@{{.Pleroma.InReplyToAccountAcct}}{{else if not .IDNumbers}}{{.InReplyToID}}{{end}} {{if index .IDReplies .ID}} - {{end}} {{end}} {{if .ShowReplies}} {{if index .IDReplies .ID}} replies: {{end}} {{range index .IDReplies .ID}} #{{.Number}} {{end}} {{end}}
{{if .Content}} {{if .SpoilerText}}
{{.SpoilerText}} {{template "postcontent.tmpl" (WithContext $s $.Ctx)}}
{{else}} {{template "postcontent.tmpl" (WithContext $s $.Ctx)}} {{end}} {{end}}
{{end}} {{end}} {{end}}
{{end}}