{* Affiliate program settings and info *} {if $safemode}
{* recruited customers table *}
{$smarty.const.STRING_AFFILIATE_CUSTOMERS}
{$smarty.const.STRING_AFFILIATE_CUSTOMERS}: {$RecruitedCustomersNumber} {if $RecruitedCustomersNumber}
{$smarty.const.AFFP_COMMISSION_PAYMENTS} {$smarty.const.STRING_CALENDAR} {if !$show_tables} {$smarty.const.MSG_PERIOD_ISNT_SPECIFIED} {/if} {* commissions table *} {if $show_tables} {$smarty.const.AFFP_STRING_CUSTOMER_COMMISSIONS} ({$smarty.const.STRING_FROM} {$from} {$smarty.const.STRING_TILL} {$till}) {if $delete_commission} {$smarty.const.AFFP_MSG_COMMISSION_DELETED} {/if}
{/if}{* if $show_tables *}
{$smarty.const.AFFP_SUBMIT_NEW_COMMISSION} {if $CommissionsNumber and $show_tables}
{$smarty.const.AFFP_MSG_NOCOMMISISONS_FOUND} {/if}{* if $CommissionsNumber and show_tables *} {* payments table *} {if $show_tables} {$smarty.const.AFFP_STRING_PAYMENTS_TO_CUSTOMERS} ({$smarty.const.STRING_FROM} {$from} {$smarty.const.STRING_TILL} {$till}) {if $delete_payment} {$smarty.const.AFFP_MSG_PAYMENT_DELETED} {/if}
{/if}{* if $show_tables *}
{$smarty.const.AFFP_SUBMIT_NEW_PAYMENT} {if $PaymentsNumber and $show_tables}
{$smarty.const.AFFP_MSG_NOPAYMENTS_FOUND} {/if}{* if $PaymentsNumber and $show_tables *} {if $PaymentsNumber and $CommissionsNumber and $show_tables} {* balance *}
|