{include file="header.html"}

{$lng.stats.general}

{$lng.useraccount.account_type}{$group.name}
{$lng.users.affiliate_id}{$crt_usr_sett.affiliate_id}
{$lng.users.affiliate_link}{$user.affiliate_link}
{$lng.useraccount.last_login}{if isset($last_login.date_login_nice) && $last_login.date_login_nice}{$last_login.date_login_nice}{else}-{/if}
{$lng.useraccount.last_login_ip}{if isset($last_login.ip) && $last_login.ip}{$last_login.ip}{else}-{/if}
{$lng.affiliates.last_payment}{if isset($last_payment.amount) && $last_payment.amount}{$last_payment.amount}{else}-{/if}
{$lng.affiliates.last_payment_date}{if isset($last_payment.date) && $last_payment.date}{$last_payment.date}{else}-{/if}
{$lng.affiliates.next_payment_date}{if isset($next_payment_date) && $next_payment_date}{$next_payment_date}{else}-{/if}
{$lng.affiliates.total_due}{$total_due} [ {$lng.affiliates.revenue_history} ]
{$lng.affiliates.total_payments}{$total_payments} [ {$lng.affiliates.payments_history} ]
{if isset($pending_payment) && $pending_payment}
{$lng.affiliates.pending_payment}{$pending_payment}
{/if}
{include file="footer.html"}