@if (currentRoom()) { @if (isMobile()) {
@if (activeChannel(); as channel) {

@if (channel.type === 'text') { } {{ channel.name }}

} @else {

{{ currentRoom()?.name }}

}
@if (activeCall()) { }
@if (!isVoiceWorkspaceExpanded()) { @if (hasTextChannels()) {
} @else {

{{ 'room.empty.noTextChannels' | translate }}

{{ 'room.empty.noTextChannelsDescription' | translate }}

} }

{{ 'room.mobile.members' | translate }}

} @else {
@if (!isVoiceWorkspaceExpanded()) { @if (hasTextChannels()) {
} @else {

{{ 'room.empty.noTextChannels' | translate }}

{{ 'room.empty.noTextChannelsDescription' | translate }}

} }
} } @else {

{{ 'room.empty.noRoomSelected' | translate }}

{{ 'room.empty.noRoomSelectedDescription' | translate }}

}