{template "header.html"}

{$order.title}

{dr_form_hidden()}
{dr_lang('订单信息')}

{dr_date($order._inputtime, 'Y-m-d H:i:s', 'red')}

{Function_list::author($order.username)}

{$order.score}

{order_score_status($order.status)}

{dr_lang('送货信息')}

{$order.name}

{$order.name}

{$order.email}

{$order.address}

{if $order.remark}
{dr_lang('买家留言')}
{$order.remark}
{/if}
{template "footer.html"}