@if (isEditMode) {

Edit Tokengroup

} @else {

Create Tokengroup

}
Identifier This is the unique identifying name for this group definition. @if (tokengroupForm.get('groupname')?.hasError('required')) { Identifier is required. } @if (tokengroupForm.get('groupname')?.hasError('pattern')) { Identifier contains invalid characters. Only alphanumeric characters, dots, underscores and hyphens are allowed. } Description