{assign var=title value="Affiliate commissions"} {include file="admin/header.inc.html"}

{$title}

    Period     till {$dat2}
    Payout method
   
{$payout_methods[$smarty.request.payout_method]|escape}
{if $smarty.request.year_month}{* if request was made *} {if count($rows) <= 0}
No records found by your request {else} {if $payout_export} Export Payout records for "{$payout_methods[$smarty.request.payout_method]|escape}"
{/if} {foreach from=$links item=link} {$link} {/foreach}

Commissions to pay

{if $smarty.request.payout_method eq 'ALL'}{/if} {foreach from=$rows item=r} {if $smarty.request.payout_method eq 'ALL'}{/if} {/foreach}
Login NamePayout methodTo payout {if $smarty.request.payout_method neq 'ALL'}{$payout_methods[$smarty.request.payout_method]|escape} {/if}Account ID
{$r.login|escape} {$r.name_f|escape} {$r.name_l|escape}{$r.aff_payout_type|escape}{if $r.to_pay < 0}{$r.to_pay}{else}{$r.to_pay}{/if} {$r.account_id|escape}
{/if} {* there are rows *} {/if}

Pay other commissions {include file="admin/footer.inc.html"}