{include file="header.html"}
{$lng.affiliates.payments_history}
{if $no_pages>1}
{include file="paginator.html"}
{/if}
{foreach from=$payments_array item=v}

{$v.amount_nice} | {$v.affiliate_paypal_email}

{$v.date_nice} | {if $v.completed}{$lng.affiliates.paid}{else}{$lng.affiliates.not_paid}{/if}
{/foreach} {if $no_payments==0}
{$lng.general.no_items}
{/if}
{include file="footer.html"}