{foreach name='city_list' item='city'}
{/foreach}
{$city.region}
{foreach name='city.child' item='c'}
{$c.area_name}
{/foreach}