{{if (eq $notification.Type 1)}} {{/* LIKE */}}
{{(user $notification.ActionUserID).DisplayName}} liked your tweet
{{else if (eq $notification.Type 2)}} {{/* RETWEET */}}
{{(user $notification.ActionUserID).DisplayName}} retweeted you
{{else if (eq $notification.Type 3)}} {{/* QUOTE_TWEET */}}
{{(user $notification.ActionUserID).DisplayName}} quote-tweeted you
{{else if (eq $notification.Type 4)}} {{/* REPLY */}}
{{(user $notification.ActionUserID).DisplayName}} replied to you
{{else if (eq $notification.Type 5)}} {{/* FOLLOW */}}
{{(user $notification.ActionUserID).DisplayName}} followed you!
{{else if (eq $notification.Type 6)}} {{/* MENTION */}}
{{(user $notification.ActionUserID).DisplayName}} mentioned you
{{else if (eq $notification.Type 7)}} {{/* USER_IS_LIVE */}}
{{(user $notification.ActionUserID).DisplayName}} is live
{{else if (eq $notification.Type 8)}} {{/* POLL_ENDED */}}
Poll ended.
{{else if (eq $notification.Type 9)}} {{/* LOGIN */}}
New login on your account.
{{else if (eq $notification.Type 10)}} {{/* COMMUNITY_PINNED_POST */}}
{{(user $notification.ActionUserID).DisplayName}} posted in community
{{else if (eq $notification.Type 11)}} {{/* RECOMMENDED_POST */}}
You've been recommended a post from {{(user $notification.ActionUserID).DisplayName}}
{{else}}
{{"<>: "}}{{$notification.Type}}
{{end}}