{volist name="data" id="v"}
-| {$v.title}
{if condition="isset($v['children']) && !empty($v['children'])"} {:widget_view('asset_items/tree',['data'=>$v['children'],'depth'=>$depth + 1])} {/if} {/volist}