{php include wl_template('common/header');}
{loop $system $index $item}
{$item['name']}
{loop $item['list'] $key $val}
{/loop} {/loop}
{php include wl_template('common/footer');}