+
+ {{#each this.truncatedUsers as |user|}}
+ -
+
+
+ {{/each}}
+ {{#if this.slicedUsers}}
+ -
+
+
+ {{/if}}
+
+ {{#if this.slicedUsersVisible}}
+
+ {{#each this.slicedUsers as |user|}}
+ -
+
+
+ {{/each}}
+
+ {{#if this.hiddenUserCount}}
+
+ {{i18n
+ "discourse_reactions.state_panel.more_users"
+ count=this.hiddenUserCount
+ }}
+
+ {{/if}}
+ {{/if}}
+
+