{{if .Reblog}}
profile-avatar {{WithEmojis .Account.DisplayName .Account.Emojis}} retweeted
{{template "status" .Reblog}} {{else}} {{block "status" .}}
{{if ne .Account.ID ""}} profile-avatar {{end}}
{{if ne .Account.ID ""}}
{{WithEmojis .Account.DisplayName .Account.Emojis}} {{.Account.Acct}}
{{end}}
{{WithEmojis .Content .Emojis}}
{{range .MediaAttachments}} {{if eq .Type "image"}} status-image {{else if eq .Type "audio"}} {{else if eq .Type "video"}} {{else}} attachment {{end}} {{end}}
{{end}} {{end}}