{extends file='../layouts/index.html'} {block name=body}
{element('money',$row)}{'suf'|currency}
{$row.email}
{$row.mobile}
{$row.true_name}
{'%Y-%m-%d %H:%i:%s'|mdate:$row.created_time}
{if has_addons('refund')}
{$total_refund} {'suf'|currency} 查看({$count_refund})
{/if} {if has_addons('invoice')}
{$total_invoice} {'suf'|currency} 查看({$count_invoice})
{/if}
{foreach from=$products item=item } {/foreach}
{/block}