{{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}} {{if index .IDReplies .ID}} - {{end}} {{end}} {{if .ShowReplies}} {{if index .IDReplies .ID}} replies: {{end}} {{range index .IDReplies .ID}} {{end}} {{end}}
{{if .Content}}
{{StatusContentFilter .SpoilerText .Content .Emojis .Mentions}}
{{end}}
{{range .MediaAttachments}} {{if eq .Type "image"}} {{if $.Ctx.HideAttachments}} [image] {{else}} status-image {{if (and $.Ctx.MaskNSFW $s.Sensitive)}}
{{end}}
{{end}} {{else if eq .Type "audio"}} {{if $.Ctx.HideAttachments}} [audio] {{else}} {{end}} {{else if eq .Type "video"}} {{if $.Ctx.HideAttachments}} [video] {{else}}
{{if (and $.Ctx.MaskNSFW $s.Sensitive)}}
{{end}}
{{end}} {{else}} [attachment] {{end}} {{end}}
{{if .Poll}}
{{range $i, $o := .Poll.Options}}
{{if (or $s.Poll.Expired $s.Poll.Voted)}}
{{$o.Title}} - {{$o.VotesCount}} votes
{{else}} {{end}}
{{end}} {{if not (or .Poll.Expired .Poll.Voted)}} {{end}}
{{.Poll.VotesCount}} votes {{if .Poll.Expired}} - poll expired {{else if .Poll.ExpiresAt}} - poll ends in {{end}}
{{end}}
{{end}} {{end}} {{end}}
{{end}}