{foreach from=$groupbuy_list.data item=groupbuy}

- {$groupbuy.goods_name|escape}
- {$groupbuy.ext.price|price}
- {$lang.end_time}: {$groupbuy.end_time|date}
- {$lang.gb_status}: {if $groupbuy.status eq 'active'}{$lang.gb_active}{/if}{if $groupbuy.status eq 'end'}{$lang.gb_end}{/if}
{/foreach}