{template "header.html"}
{dr_lang('商品名称')}:{$data.title}
{loop $list $t} {/loop}
{dr_lang('下单时间')} {dr_lang('付款方式')} {dr_lang('付款状态')} {dr_lang('购买者')}
{dr_date($t.inputtime)} {dr_pay_type_html($t.type)} {php echo \Phpcmf\Service::M('Pay')->paystatus($t)} {$t.username}
{if $mypages}
{$mypages}
{/if}
{template "footer.html"}