@if (activeGroup$ | async) {

{{messagePrefix + '.head.edit' | translate}}

} @else {

{{messagePrefix + '.head.create' | translate}}

} @if ((activeGroup$ | async); as groupBeingEdited) { @if (groupBeingEdited?.permanent) { } @if ((activeGroupLinkedDSO$ | async); as activeGroupLinkedDSO) { @if ((canEdit$ | async) !== true) { } } }
@if ((canEdit$ | async) && !(activeGroup$ | async)?.permanent) {
}
@if ((activeGroup$ | async); as groupBeingEdited) {
@if (groupBeingEdited !== undefined) { }
@if (groupBeingEdited !== undefined) { } }