{title}{tr}Discounts{/tr}{/title} {tabset} {tab name="{tr}List{/tr}"}
{*the table-responsive class cuts off dropdown menus *} {foreach from=$discounts.data item=discount} {foreachelse} {norecords _colspan=6} {/foreach}
{tr}Code{/tr} {tr}Value{/tr} {tr}Created{/tr} {tr}Maximum{/tr} {tr}Comment{/tr}
{$discount.code|escape} {$discount.value|escape}{if !strstr($discount.value, '%')} {$prefs.payment_currency|escape}{/if} {$discount.created|tiki_short_date} {$discount.max|escape} {$discount.comment|escape} {actions} {strip} {self_link id=$discount.id cookietab=2 _icon_name='edit' _menu_text='y' _menu_icon='y'} {tr}Edit{/tr} {/self_link} {self_link del=$discount.id _icon_name='edit' _menu_text='y' _menu_icon='y'} {tr}Delete{/tr} {/self_link} {/strip} {/actions}
{pagination_links cant=$discounts.cant step=$discounts.max offset=$discounts.offset}{/pagination_links} {/tab} {capture name=tabtitle}{if empty($info.id)}{tr}Create{/tr}{else}{tr}Edit{/tr}{/if}{/capture} {tab name=$smarty.capture.tabtitle}

{if !empty($info.id)}{/if}
{tr}{$prefs.payment_currency|escape}{/tr} {tr} or {/tr}
%
{tr}-1 for unlimited{/tr}
{/tab} {/tabset}