@if (selectedChannel(); as chatChannel) {
@for (segment of getDisplayName(chatChannel); track $index) { {{ segment.text }} } ({{ chatChannel.totalMessages }})
@if (isMobile()) { {{ userListVisible() ? 'Channels' : 'Users' }} }
@if (notificationEnabled()) { } @else { }
}