{template 'header', 'wap'}
{if $itemid}
{$title}
日期:{$fromdate}~{$todate}
{if $page==1}
城市:{$city}
地址:{$address}
展馆:{$hallname}
主办:{$sponsor}
{/if}
{template 'content', 'wap'}
{else}
{loop $lists $v}
[{$v[catname]}] {$v[title]} ({$v[city]}) {$v[fromdate]}~{$v[todate]}
{/loop}
{/if}
{if $pages}
{$pages}
{/if}