{include file="common/sidenav" /}

{:__('Rewards')}{$user.money | currency}

{volist name="$lists" id="vo"} {/volist}
{:__('Cash Time')} {:__('Remittee')} {:__('Bank')} {:__('Bank Card')} {:__('Amount')} {:__('Deal Time')} {:__('Pay Time')} {:__('Status')} {:__('Note')}
{$vo.createtime} {$vo.realname} {$vo.bankname} {$vo.bankcard} {$vo.money | currency} {if $vo.checktime != 0} {$vo.checktime|date="Y-m-d H:i:s",###} {/if} {if $vo.paytime != 0} {$vo.paytime|date="Y-m-d H:i:s",###} {/if} {$vo.status_text} {$vo.remark}
{$page}