{{ action | titlecase }} {{ groupType }} flow

Name @if (currentFormGroupContext.showError('flow_id', formDir, 'required')) { This field is required. }
@if (currentFormGroupContext.controls.bucket_name.value) {
Bucket name
} @if (groupType == flowType.symmetrical) {
} @else {
}
@if (zones.length == 0) { } @if (zones.length > 0) { } @for (zone of zones; track zone) { } @if (currentFormGroupContext.showError(formControl, frm, 'required')) { This field is required. }