@if ((!context.notRepeatable) && !isVirtual(context, index) && group.context.groups.length !== 1 && !isItemReadOnly(context, index)) {
} @if ((!context.notRepeatable) && index === (group.context.groups.length - 1) && !isItemReadOnly(context, index)) {
} @if (context.notRepeatable && context.showButtons && group.context.groups.length > 1) {
}
@if (!displaySubmit && !displayCancel) { } @if (displaySubmit || displayCancel) {

@if (displayCancel) { } @if (displaySubmit) { }
}