{{with .Data}} {{template "header.tmpl" (WithContext .CommonData $.Ctx)}}
Notifications {{if and (not $.Ctx.AntiDopamineMode) (gt .UnreadCount 0)}} ({{.UnreadCount }}) {{end}} refresh {{if .ReadID}}
{{end}}
{{range .Notifications}}
{{if eq .Type "follow"}}
{{EmojiFilter .Account.DisplayName .Account.Emojis}} followed you -
@{{.Account.Acct}}
{{else if eq .Type "follow_request"}}
{{EmojiFilter .Account.DisplayName .Account.Emojis}} wants to follow you -
@{{.Account.Acct}}
-
{{else if eq .Type "mention"}} {{template "status" (WithContext .Status $.Ctx)}} {{else if eq .Type "reblog"}}
avatar @{{.Account.Acct}} retweeted your post -
{{template "status" (WithContext .Status $.Ctx)}} {{else if eq .Type "favourite"}}
avatar @{{.Account.Acct}} liked your post -
{{template "status" (WithContext .Status $.Ctx)}} {{else}}
avatar @{{.Account.Acct}} {{.Type}} -
{{if .Status}}{{template "status" (WithContext .Status $.Ctx)}}{{end}} {{end}}
{{end}} {{template "footer.tmpl"}} {{end}}