{{with .Data}}
{{if .Reblog}}
avatar {{EmojiFilter .Account.DisplayName .Account.Emojis}} retweeted
{{template "status" (WithContext .Reblog $.Ctx)}} {{else}} {{block "status" (WithContext . $.Ctx)}} {{with $s := .Data}}
{{EmojiFilter .Account.DisplayName .Account.Emojis}} {{.Account.Acct}} {{.Visibility}} source
{{if .InReplyToID}} {{if index .ReplyMap .ID}} - {{end}} {{end}} {{if .ShowReplies}} {{if index .ReplyMap .ID}} replies: {{end}} {{range index .ReplyMap .ID}} {{end}} {{end}}
{{if .Content}}
{{StatusContentFilter .SpoilerText .Content .Emojis .Mentions}}
{{end}}
{{range .MediaAttachments}} {{if eq .Type "image"}} status-image {{if (and $.Ctx.MaskNSFW $s.Sensitive)}}
{{end}}
{{else if eq .Type "audio"}} {{else if eq .Type "video"}}
{{if (and $.Ctx.MaskNSFW $s.Sensitive)}}
{{end}}
{{else}} attachment {{end}} {{end}}
{{end}} {{end}} {{end}}
{{end}}