{template "mheader.html"}
{$search}
{dr_form_hidden()}
{loop $list $t} {/loop}
{if $more} {/if} {dr_lang('商品')} {dr_lang('库存')} {dr_lang('价格')}
{$t.title} {$t.price_quantity} ¥{if $t.price_sku}{dr_sku_price($t.price_sku, 2, ' ~ ')}{else}{number_format($t.price, 2)}{/if}
{template "mfooter.html"}