{extends file='../layouts/index.html'} {block name=body} {_('用户名')} {$row.username} {_('余额')} {element('money',$row)}{'suf'|currency} {_('邮箱')} {$row.email} {_('手机号码')} {$row.mobile} {_('姓名')} {$row.true_name} {_('注册时间')} {'%Y-%m-%d %H:%i:%s'|mdate:$row.created_time} {_('账户明细')} 查看({$count_account}) {_('充值记录')} 查看({$count_recharge}) {_('代金券')} 查看({$count_coupon}) {_('已使用代金券')} 查看({$count_coupon_use}) {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 } {$item.name}({$item.count_ava}) {/foreach} {_('关闭')} {/block}