{template '_header'}

团购管理 数量: {$total}

{php echo tpl_form_field_daterange('time', array('starttime'=>date('Y-m-d H:i', $starttime),'endtime'=>date('Y-m-d H:i', $endtime)),true);}
{if $_GPC['type'] == 'ing'}
{if $_GPC['sort']==''} {/if} {if $_GPC['sort']=='desc'} {/if} {if $_GPC['sort']=='asc'} {/if} {if $_GPC['type']=='ing'} {/if}
{/if}
{if $teams} {loop $teams $row} {/loop} {else} {/if}
团ID 商品名称 状态 团购进度 开团时间 到期时间 操作
{$row['teamid']} {if !empty($row['title'])}{$row['title']}{else}--{/if} {if $row['success']==0 && $row['status'] > 0}拼 团 中{/if} {if $row['success']==1}拼团成功{/if} {if $row['success']==-1}拼团失败{/if} {$row['num']}/{$row['groupnum']} {$row['starttime']} {$row['endtime']} 查看团信息 {if $row['success'] == 0} {ifp 'groups.team.group'}
立即成团 {/if} {/if}
暂无拼团
{$pager}
{template '_footer'}