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