{include file="inc/header.html"}
{$LANG.SELECT_CITY} {$LANG.ALL_CITY}
{$LANG.SELECT_CITY_BY_PY} {foreach from=$deal_city_list_zm item=deal_city_group key=key}
{$key}: {foreach from=$deal_city_group item=deal_city_item} {$deal_city_item.name} {/foreach}
{/foreach}
{include file="inc/footer.html"}