{{object[0]._id}}

{{object.current.name}}

                 

Paste in your browser console

/** Example **/ CoCreate.render.data({ selector: '[template=abc1]', data: { array : 'dededede', object: [ { _id : '123', current_org: ['test1', 'test2'], current: [{name: 'test1w'}, {name: 'test2'}, {name: 'test31'}, {name: 'test3'}] }, { _id : '321', current_org: ['test2', 'test3'], current: [{name: 'test1w'}, {name: 'test2'}, {name: 'test31'}, {name: 'test3'}] } ] } })