{include file="$admin_template_path/html/header.html"} {include file="$admin_template_path/html/pagetops.html"} {if $errorMessage}
{$errorMessage}
{literal} {/literal} {/if}
{include file="$admin_template_path/html/leftmenu.html"}
{if is_array($data)}
{foreach from=$data item=d} {/foreach}
数量 {$lang.date} {$lang.paid} {$lang.from_admin} 操作
{$currency.symbol}{$d.deposit|string_format:"%.2f"} {$d.datetime|date_format:"%Y-%m-%d %H:%M:%S"} {if $d.paid == 'true'} {$lang.yes} {else} {$lang.no} {/if} {if $d.from_admin} {$lang.yes} {else} {$lang.no} {/if} {$lang.edit} {$lang.delete}
{literal} {/literal} {/if}