{$LANG.TOTAL_REFERRALS}:
{function name="format_price" value=$total_referral_money}
{function name="format_score" value=$total_referral_score}
| {$LANG.USER_TITLE_USER_NAME} |
{$LANG.REGISTER_TIME} |
{$LANG.REFERRALS_GEN} |
{$LANG.REFERRALS_PAID} |
{$LANG.REFERRALS_ORDER} |
{$LANG.REFERRALS_GEN_TIME} |
{$LANG.REFERRALS_PAID_TIME} |
{$LANG.REFERRALS_STATUS} |
{foreach from=$list item=invite key=key}
| {$invite.i_user_name} |
{function name="to_date" value=$invite.i_reg_time} |
{if $invite.i_referral_count gt 0}{$LANG.YES}{else}{$LANG.NO}{/if} |
{if $invite.i_pay_time gt 0}{$LANG.YES}{else}{$LANG.NO}{/if} |
{$invite.i_order_sn} |
{function name="to_date" value=$invite.i_referral_time} |
{function name="to_date" value=$invite.i_pay_time} |
{if $invite.i_money gt 0}
{function name="format_price" value=$invite.i_money}
{/if}
{if $invite.i_score gt 0}
{function name="format_score" value=$invite.i_score}
{/if}
|
{/foreach}
{$pages}