{include file="inc/header.html"}
{if $hide_filter} {else} {*商品筛选*}
{if count($cate_list) gt 1}
{$LANG.CATE_DEAL}:
{foreach from=$cate_list item=cate} {$cate.name} {/foreach}
{/if} {if count($area_list) gt 1}
{$LANG.AREA_LIST}:
{foreach from=$area_list item=area} {$area.name} {/foreach}
{/if} {if count($quan_list) gt 1}
{$LANG.QUAN_LIST}:
{foreach from=$quan_list item=area} {$area.name} {/foreach}
{/if}
{*end 商品筛选*}
{/if} {if $list}
{if $page_title}{$page_title}{else}{$LANG.TUAN_LIST}{/if}
{$LANG.SORT_BY}: 默认 活动时间 报名量
{foreach from=$list item=event}
{$event.name}
{function name="msubstr" v=$event.brief b=0 e=30}
{$LANG.EVENT_TIME}: {if $event.event_begin_time eq 0} {else} {function name="to_date" v=$event.event_begin_time f="Y-m-d"} {/if} {if $event.event_end_time eq 0} {$LANG.NO_END_TIME} {else} {$LANG.TO} {function name="to_date" v=$event.event_end_time f="Y-m-d"} {/if}
{$event.submit_count}{$LANG.SUBMIT_COUNTED}
{$event.reply_count}{$LANG.REPLY_COUNTED}
{/foreach}
{else} {$LANG.NO_TUAN_LIST} {/if}
{$pages}
{include file="inc/footer.html"}