{L(USER_PAYMENT_RECORDS)}
{loop $list $r} {/loop}
{L('PAY_NO')} {L('createtime')} {L('PAY_TYPE')} {L('PAY_MANEY')} {L('PAY_STATUS')} {L('MANAGE')}
{$r['sn']} {todate($r['createtime'],"Y-m-d H:i:s")} {$r['payment']} {if $r['type']==1}{$r['money']}{L('yuan')}{else}{intval($r['money'])}{L('DIAN')}{/if} {if $r[status]==2} {L('PAY_STATUS_'.$r[status])} {else} {L('PAY_STATUS_'.$r[status])} {/if} {L('PAY_VIEW')}
{$page}