<{$lang.my_credits}>
<{if $credit}>
<{$lang.total_credit}>
<{$lang.usable_credit}>
<{$lang.used_credit}>
<{$lang.creation_date}>
<{$lang.remark}>
<{foreach from=$credit item=list}>
<{$list.total_credit}>
<{$list.useful_credit}>
<{$list.used_credit}>
<{$list.create_time|date_format}>
<{$list.remark}>
<{/foreach}>
<{include file='pages/common.htm'}> <{else}>
<{$lang.not_result_tip}>
<{/if}>