{{with .Data}} {{template "header.tmpl" (WithContext .CommonData $.Ctx)}}
Reactions
{{$st_id := .ID}}
Add reaction
emoji list
{{$emoji_filter := $.Ctx.AddReactionsFilter}} {{range $shortcode, $code := .ReactionEmojis}} {{if Allowed_emoji_page $shortcode $emoji_filter}}
{{$shortcode}}
{{end}} {{end}}
Who reacted
{{range .Reactions}} {{if .Url}}
{{else}}
{{.Name}}
{{end}} {{template "userlist.tmpl" (WithContext .Accounts $.Ctx)}} {{end}} {{end}}