{include file="header.html"} {include file="data/ui.html"}

{$lng.useraccount.statistics}

{$lng.stats.general}
{assign var="row" value="odd"} {if $no_groups>1}
{$lng.useraccount.account_type}
{$group.name}
{assign var="row" value="even"} {/if} {if $crt_usr_sett.post_ads}
{$lng.useraccount.total_views}
{$total_views}
{if $row=="odd"}{assign var="row" value="even"}{else}{assign var="row" value="odd"}{/if} {/if}
{$lng.useraccount.last_login}
{if $last_login.date_login_nice}{$last_login.date_login_nice}{else}-{/if}
{if $row=="odd"}{assign var="row" value="even"}{else}{assign var="row" value="odd"}{/if}
{$lng.useraccount.last_login_ip}
{if $last_login.ip}{$last_login.ip}{else}-{/if}
{if $crt_usr_sett.affiliate}
{$lng.users.affiliate}
{$lng.users.affiliate_id}
{$crt_usr_sett.affiliate_id}
{$lng.users.affiliate_link}
{$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}
{$lng.affiliates.total_payments}
{if isset($pending_payment) && $pending_payment}
{$lng.affiliates.pending_payment}
{$pending_payment}
{/if}
{/if} {if $crt_usr_sett.post_ads}
{$lng.stats.listings}
{$lng.useraccount.total_listings}
{$no_listings}
{$lng.useraccount.active_listings}
{$no_active_listings}
{$lng.useraccount.pending_listings}
{$no_pending_listings}
{$lng.useraccount.expired_listings}
{$no_expired_listings}
{/if} {* end if post ads *}
{* end col-6 *}
{if $crt_usr_sett.post_ads} {if $subscription_exists}
{$lng.useraccount.subscriptions}
{assign var="row" value="odd"} {if $subscriptions|@count>1}
{$lng.general.active}
{$active_subscriptions}
{if $row=="odd"}{assign var="row" value="even"}{else}{assign var="row" value="odd"}{/if} {if $pending_subscriptions}
{$lng.general.pending}
{$pending_subscriptions}
{if $row=="odd"}{assign var="row" value="even"}{else}{assign var="row" value="odd"}{/if} {/if} {if $expired_subscriptions}
{$lng.listings.expired}
{$expired_subscriptions}
{if $row=="odd"}{assign var="row" value="even"}{else}{assign var="row" value="odd"}{/if} {/if} {if $inactive_subscriptions}
{$lng.general.inactive}
{$inactive_subscriptions}
{if $row=="odd"}{assign var="row" value="even"}{else}{assign var="row" value="odd"}{/if} {/if} {elseif $subscriptions|@count==1} {* if subscriptions>1 *}
{$subscription.package_name}
{$subscription.state}{if $subscription.recurring}, {$lng.useraccount.recurring}{/if} {if !$subscription.active && !$subscription.pending && !$subscription.fixed} [ {$lng.general.remove} ] {if $subscription.expired && !$subscription.recurring && !$subscription.fixed} [ {$lng.listings.renew} ]{/if}{/if}
{if $row=="odd"}{assign var="row" value="even"}{else}{assign var="row" value="odd"}{/if} {if $subscription.user_approved}
{$lng.useraccount.date_start}
{$subscription.date_start_nice}
{if $row=="odd"}{assign var="row" value="even"}{else}{assign var="row" value="odd"}{/if} {if $subscription.date_renew!='0000-00-00 00:00:00' && $subscription.date_renew_nice}
{$lng.useraccount.date_renew}
{$subscription.date_renew_nice}
{if $row=="odd"}{assign var="row" value="even"}{else}{assign var="row" value="odd"}{/if} {/if} {if $subscription.date_renew!='0000-00-00 00:00:00' && $subscription.date_end_nice}
{$lng.useraccount.date_end}
{$subscription.date_end_nice}
{if $row=="odd"}{assign var="row" value="even"}{else}{assign var="row" value="odd"}{/if} {/if}
{$lng.useraccount.remaining_ads}
{if $subscription.ads_left==-1}{$lng.general.unlimited}{else}{$subscription.ads_left}{/if}
{if $row=="odd"}{assign var="row" value="even"}{else}{assign var="row" value="odd"}{/if} {/if} {* end if $subscription.user_approved *} {/if}{* end if subscriptions>1 *}
{/if} {/if} {* end if post ads *} {if $crt_usr_sett.post_ads && $credits_allowed}
{$lng.credits.credits}
{assign var="row" value="odd"}
{$lng.credits.current_credits}
{$no_credits} {if $no_credits==1}{$lng.credits.credit}{else}{$lng.credits.credits}{/if}
{assign var="row" value="even"} {if $pending_credits}
{$lng.credits.pending_credits}
{$pending_credits} {if $no_credits==1}{$lng.credits.credit}{else}{$lng.credits.credits}{/if}
{if $row=="odd"}{assign var="row" value="even"}{else}{assign var="row" value="odd"}{/if} {/if} {if $credits_settings.unit!=1}
{$lng.credits.one_credit_equals}
{$credits_settings.unit_curr}
{if $row=="odd"}{assign var="row" value="even"}{else}{assign var="row" value="odd"}{/if} {/if} {if $no_credits}
{$lng.credits.credits_amount}
{$credits_amount}
{if $row=="odd"}{assign var="row" value="even"}{else}{assign var="row" value="odd"}{/if} {/if} {if $no_processors} {if $row=="odd"}{assign var="row" value="even"}{else}{assign var="row" value="odd"}{/if} {/if}
{/if} {if $crt_usr_sett.post_ads && $group.store>0}
{$lng.users.store}
{assign var="row" value="odd"}
{$lng.general.status}
{if $user.store}
{$lng.listings.active}
{elseif isset($user.store_pending) && $user.store_pending}
{$lng.listings.pending}
{else}
{$lng.listings.inactive}
{assign var="row" value="even"} {assign var="row" value="even"} {if $user.store}
{$lng.general.expires}
{if $user.store_expires_nice}{$user.store_expires_nice}{else}{$lng.general.never}{/if}
{if $row=="odd"}{assign var="row" value="even"}{else}{assign var="row" value="odd"}{/if} {if $row=="odd"}{assign var="row" value="even"}{else}{assign var="row" value="odd"}{/if} {/if} {* end if user store *}
{* end pb30 *} {/if}{* end if group store *}
{* end pdiv6 *}
{* end main1 *} {include file="footer.html"}