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

{$lng.affiliates.payments_history}

{$lng.general.search} 
{include file="paginator.html"}
{* end search box *}
{* end page_bounds *}
{foreach from=$payments_array item=v}
{$lng.order_history.amount}: {$v.amount_nice}>
{$lng.order_history.date}: {$v.date_nice}
{$lng.users.affiliate_paypal_email}: {$v.affiliate_paypal_email}
{if $v.completed}
{$lng.affiliates.paid}
{else}
{$lng.affiliates.not_paid}
{/if}
{/foreach} {if $no_payments}
{include file="paginator.html"}
{$lng.general.show} {$lng.general.on_a_page}
{else}
{$lng.general.no_items}
{/if}
{* end page_bounds *}
{* end wbg *}
{include file="js/affiliate_revenue_js.html"} {include file="footer.html"}