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

{$lng.affiliates.payments_history}

{include file="paginator.html"}
{* end search box *} {literal} {/literal} {foreach from=$payments_array item=v} {/foreach} {if $no_payments==0} {/if}
{$lng.order_history.amount} {$lng.order_history.date} {$lng.users.affiliate_paypal_email} {$lng.general.status}
{$v.amount_nice} {$v.date_nice} {$v.affiliate_paypal_email}
{if $v.completed}
{$lng.affiliates.paid}
{else}
{$lng.affiliates.not_paid}
{/if}
{$lng.general.no_items}
{if $no_payments}
{include file="paginator.html"}
{/if}
{$lng.general.show} {$lng.general.on_a_page}
{* end p30 *}
{* end main1 *} {include file="footer.html"}