<?php return function ($in, $debugopt = 1) { $cx = array( 'flags' => array( 'jstrue' => false, 'jsobj' => false, 'spvar' => true, 'prop' => false, 'method' => false, 'mustlok' => true, 'echo' => false, 'debug' => $debugopt, ), 'constants' => array(), 'helpers' => array(), 'blockhelpers' => array(), 'hbhelpers' => array(), 'partials' => array(), 'scopes' => array(), 'sp_vars' => array('root' => $in), 'lcrun' => 'Plugin\LCRun3', ); return ''.'<ul class="address-list"> '.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('addressList')), $in, false, function($cx, $in) {return ' <li class="address"> <span class="caption">'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('caption')), ENT_QUOTES, 'UTF-8').'</span> <span class="iconfont"></span> <ul> '.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('sub')), $in, false, function($cx, $in) {return ' <li class="address"> <span class="caption">'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('caption')), ENT_QUOTES, 'UTF-8').'</span> <span class="iconfont"></span> <ul class="address-list"> '.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('sub')), $in, false, function($cx, $in) {return ' <li class="address-last" data-id="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('code')), ENT_QUOTES, 'UTF-8').'"> <span class="caption">'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('caption')), ENT_QUOTES, 'UTF-8').'</span> </li> ';}).' </ul> </li> ';}).' </ul> </li> ';}).'</ul> '.''; } ?>