{{ "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) { }

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

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