@if (showChannelMenu()) { @if (contextChannel()?.type === 'text') { } @if (canManageChannels()) {
}
} @if (showUserMenu()) { @if (isAdmin()) { @if (contextMenuUser()?.role === 'member') { } @if (contextMenuUser()?.role === 'moderator') { } @if (contextMenuUser()?.role === 'admin') { }
} @else {
No actions available
}
} @if (showVolumeMenu()) { } @if (showCreateChannelDialog()) { @if (channelNameError()) {

{{ channelNameError() }}

}
}