{if condition="$total_count eq 0"}
{:lang('sorry')}!{:lang('no_special_events')}……
{else /}
专题活动
{foreach name="info['data']" id="v"}
{$v['topic_name']}
{if condition="$v['desc'] != ''"}
{$v['desc']}
{/if} {if condition="$v['introduce'] != ''"}
{$v['introduce']}
{/if}
{/foreach}
{/if}