trimpath模板怎么遍历map集合

trimpath模板怎么遍历map集合,望大神指教,感激不尽啊。。。。。。。。。。。。。。。。。

http://bbs.csdn.net/topics/391071825
同样的问题

{for pm in product.priceMap }
{for pp in pm}
{if pp_index == -1}

≧ @{pp } @{product.unit }:@{pm_index }
{else}
@{pp_index }-@{pp }@{product.unit }:@{pm_index }
{/if}
{/for}