| {:__('Title')} | {:__('Content')} |
|---|---|
| {:__('Username')}: | {$row.user.username} |
| {:__('Nickname')}: | {$row.user.nickname} |
| {:__('Balance')}: | {$row.user.money | currency} |
| {:__('Realname')}: | {$row.realname} |
| {:__('Money')}: | {$row.money | currency} |
| {:__('Taxfee')}: | {$row.taxfee | currency} |
| {:__('Total need money')}: | {$row.money + $row.taxfee | currency} |
| {:__('Bankname')}: | {$row.bankname} |
| {:__('Bankcard')}: | {$row.bankcard} |
| {:__('Createtime')}: | {$row.createtime} |
| {:__('Remark')}: |
|
| {:__('Paycode')}: |
|
| {:__('Paycode')}: | {$row.paycode} |
| {:__('Status')}: | {if condition="$row.status eq 0"} {:build_radios('row[status]', [ '1' => __('Examination Passed'), '-1' => __('Audit failure')],1)} {elseif condition="$row.status eq 1"} {:build_radios('row[status]', ['2' => __('Successful Payment'), '3' => __('Payment Fail')],2)} {else} {$row.status_text} {/if} |