{foreach($arr_list['list'] as $item)} {if($item['area_childs']>0)}
   {$item['area_name']}
{else}
      {$item['area_name']}
{/if} {/foreach}