@if (showProfil) { @for(i of talkToUser; track i){

{{ "open-send-prv-message.profil" | translate }}

{{ i.firstName }} {{ i.lastName }}

@if (i.status) {

{{ "open-send-prv-message.aktiv" | translate }}

} @else {

{{ "open-send-prv-message.offline" | translate }}

}
} } @else { @for(i of user; track i){

{{ "open-send-prv-message.profil" | translate }}

{{ i.firstName }} {{ i.lastName }}

@if (i.status) {

{{ "open-send-prv-message.aktiv" | translate }}

} @else {

{{ "open-send-prv-message.offline" | translate }}

}
} }