{if $full_page} {include file="pageheader.htm"} {insert_scripts files="../js/utils.js,listtable.js"}
SEARCH {$lang.user_id}
{/if} {foreach from=$list item=item} {foreachelse} {/foreach}
{$lang.user_id}{$sort_user_name} {$lang.add_date}{$sort_add_time} {$lang.process_type}{$sort_process_type} {$lang.surplus_amount}{$sort_amount} {$lang.pay_mothed}{$sort_payment} {$lang.status}{$sort_is_paid} {$lang.admin_user} {$lang.handler}
{if $item.user_name}{$item.user_name}{else}{$lang.no_user}{/if} {$item.add_date} {$item.process_type_name} {$item.surplus_amount} {if $item.payment}{$item.payment}{else}N/A{/if} {if $item.is_paid}{$lang.confirm}{else}{$lang.unconfirm}{/if} {$item.admin_user} {if $item.is_paid} {else} {/if}
{$lang.no_records}
  {include file="page.htm"}
{if $full_page}
{/literal} {include file="pagefooter.htm"} {/if}