<{if $type_id_master}> 主销售属性(<{$propertylist.master.$type_id_master.parent.base_name}>):
<{foreach from=$propertylist.master.$type_id_master.child item=master name=m}>
 <{$master.base_name}>   
<{if $smarty.foreach.m.iteration%8==0}>
<{/if}> <{/foreach}>
 <{$lang.select_all}>   
<{/if}> <{if $type_id_sale}> 销售属性(<{$propertylist.sale.$type_id_sale.parent.base_name}>):
<{foreach from=$propertylist.sale.$type_id_sale.child item=sale name=s}>
 <{$sale.base_name}>   
<{if $smarty.foreach.s.iteration%8==0}>
<{/if}> <{/foreach}>
 <{$lang.select_all}>   
<{/if}>