@for (channel of getChannelName(currentChannel); track channel) {

{{ channel.name }}

}
@for (channel of getChannelName(currentChannel); track channel) {

{{ "channel-informations.header" | translate }}

@if (!openEditNameInput) { @if(checkCreator(currentChannel)){ } @else { } } @else { }
@if (!openEditNameInput) {

{{ channel.name }}

} @else {
} }
@for (channel of getChannelName(currentChannel); track channel) {

{{ "channel-informations.channelInfo" | translate }}

@if (!openEditNameDescription) { @if(checkCreator(currentChannel)){ } @else { } } @else { }
@if (!openEditNameDescription) {
@if (channel.description !== "") {

{{ channel.description }}

} @else {

{{ "channel-informations.channelInfo2" | translate }}

}
} @else {
}

{{ "channel-informations.channelMadeBy" | translate }}

@if(channel.creator == "Admin") {

Admin

} @else { @for (user of getChatUsers(channel.creator); track user) {

{{ user.firstName }} {{ user.lastName }}

} } @if(!checkCreator(currentChannel)){

{{ "channel-informations.channelErrorText" | translate }}

}
}

{{ "channel-informations.members" | translate }}

@for(allMembers of getAllChannelMembers(currentChannel)[0].addedUser; track allMembers) { @for (user of getChatUsers(allMembers); track user) {

{{ user.firstName }} {{ user.lastName }} @if (user.id == userService.getCurrentUserId()) { (You) }

}}