angular.forEach($scope.block.vars, function(varItem) {
                if (varItem.required && $scope.isEmpty($scope.data, varItem.var)) {
                    AdminToastService.error(i18nParam('js_block_attribute_empty', {label: varItem.label}));
                    response = true;
                }