{{with .Data}}
{{if .Reblog}}
avatar {{EmojiFilter (html .Account.DisplayName) .Account.Emojis}} @{{.Account.Acct}} retweeted
{{template "status" (WithContext .Reblog $.Ctx)}} {{else}} {{block "status" (WithContext . $.Ctx)}} {{with $s := .Data}}
{{EmojiFilter (html .Account.DisplayName) .Account.Emojis}} @{{.Account.Acct}}
source quickreply {{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 (or .Content .SpoilerText)}}
{{StatusContentFilter (html .SpoilerText) .Content .Emojis .Mentions}}
{{end}} {{if .MediaAttachments}}
{{range .MediaAttachments}} {{if eq .Type "image"}} {{if $.Ctx.HideAttachments}} {{if .Description}}[{{.Description}}]{{else}}[image]{{end}} {{else}} status-image {{if (and $.Ctx.MaskNSFW $s.Sensitive)}}
{{end}}
{{end}} {{else if eq .Type "audio"}} {{if $.Ctx.HideAttachments}} {{if .Description}}[{{.Description}}]{{else}}[audio]{{end}} {{else}} {{end}} {{else if eq .Type "video"}} {{if $.Ctx.HideAttachments}} {{if .Description}}[{{.Description}}]{{else}}[video]{{end}} {{else}}
{{if (and $.Ctx.MaskNSFW $s.Sensitive)}}
{{end}}
{{end}} {{else}} {{if .Description}}[{{.Description}}]{{else}}[attachment]{{end}} {{end}} {{end}}
{{end}} {{if .Poll}}
{{range $i, $o := .Poll.Options}}
{{if (or $s.Poll.Expired $s.Poll.Voted)}}
{{EmojiFilter (html $o.Title) $s.Emojis}} - {{$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}}