{* Вкладки *} {capture name=tabs} {if in_array('users', $manager->permissions)}
  • Покупатели
  • {/if} {if in_array('groups', $manager->permissions)}
  • Группы
  • {/if}
  • Купоны
  • {/capture} {* Title *} {$meta_title='Купоны' scope=parent} {* Заголовок *} {if $coupons}
    {include file='pagination.tpl'}
    {foreach $coupons as $coupon}
    Скидка {$coupon->value*1} {if $coupon->type=='absolute'}{$currency->sign}{else}%{/if}
    {if $coupon->min_order_price>0}
    Для заказов от {$coupon->min_order_price|escape} {$currency->sign}
    {/if}
    {if $coupon->single}
    Одноразовый
    {/if} {if $coupon->usages>0}
    Использован {$coupon->usages|escape} {$coupon->usages|plural:'раз':'раз':'раза'}
    {/if} {if $coupon->expire}
    {if $smarty.now|date_format:'%Y%m%d' <= $coupon->expire|date_format:'%Y%m%d'} Действует до {$coupon->expire|date} {else} Истёк {$coupon->expire|date} {/if}
    {/if}
    {/foreach}
    {include file='pagination.tpl'}
    {/if} {* On document load *} {literal} {/literal}