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