@if (reaction.icon === "okay" || reaction.icon === "clap-hands") {

} @else {
}
@for (reactionUId of getReactionDocId(reactionDialogId)[0].userId; track
reactionUId;) {
{{ getUserId(reactionUId)[0].firstName }}
{{ getUserId(reactionUId)[0].lastName }}
@if (getUserId(reactionUId)[0].id == userService.getCurrentUserId()) {
(You)}
}
@if (getReactionDocId(reactionDialogId)[0].userId.length > 1) {
{{ "reaction-emojis.react" | translate }}
} @else {
{{ "reaction-emojis.react2" | translate }}
}
} }