{{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 (HTML .Account.DisplayName) .Account.Emojis | Raw}} followed you -
@{{.Account.Acct}}
{{else if eq .Type "follow_request"}}
{{EmojiFilter (HTML .Account.DisplayName) .Account.Emojis | Raw}} wants to follow you -
@{{.Account.Acct}}
{{else if eq .Type "mention"}} {{template "status" (WithContext .Status $.Ctx)}} {{else if eq .Type "reblog"}}
@{{.Account.Acct}} {{EmojiFilter (HTML .Account.DisplayName) .Account.Emojis | Raw}} @{{.Account.Acct}} retweeted your post -
{{template "status" (WithContext .Status $.Ctx)}} {{else if eq .Type "favourite"}}
@{{.Account.Acct}} {{EmojiFilter (HTML .Account.DisplayName) .Account.Emojis | Raw}} @{{.Account.Acct}} liked your post -
{{template "status" (WithContext .Status $.Ctx)}} {{else}}
@{{.Account.Acct}} {{EmojiFilter (HTML .Account.DisplayName) .Account.Emojis | Raw}} @{{.Account.Acct}} {{.Type}} -
{{if .Status}}{{template "status" (WithContext .Status $.Ctx)}}{{end}} {{end}}
{{end}} {{template "footer.tmpl"}} {{end}}