{{ "secondary-chat.thread" | translate }}

@for (channel of getChannelName(); track channel) { # {{ channel.name }} }
@for (chat of getSingleChat(this.chatService.isSecondaryChatId); track chat; let i = $index) {
@for (user of getChatUsers(chat.userId); track user) { }
@if (displayCountChatAnswer(chat.id) == 1) {

{{ displayCountChatAnswer(chat.id) }} {{ "single-chat.answer2" | translate }}

} @else {

{{ displayCountChatAnswer(chat.id) }} {{ "single-chat.answer" | translate }}

}
}
@for (chat of getChatAnswers(this.chatService.isSecondaryChatId); track chat; let i = $index) {
@for (user of getChatUsers(chat.userId); track user) { }
}