{if $elem_type eq 'cart' or $elem_type eq 'accum'}
{if $elem_type eq 'accum'}

{$LABEL.help_adiscounts}

{/if} {if fn_check_admin_rights('discounts', 'del')} {assign var=discount_delete_allowed value=true} {else} {assign var=discount_delete_allowed value=false} {/if} {foreach from=$discounts item=discount} {foreachelse} {/foreach}
{$LABEL.lbl_condition} {$LABEL.link_delete}
{if $elem_type eq 'cart'} {$LABEL.lbl_cart_discount_low_band} {else} {$LABEL.lbl_accum_discount_low_band} {/if}  {$BASE_CURRENCY.short_name}  {$LABEL.lbl_discount|lower} =  {$BASE_CURRENCY.short_name}  +  {if $elem_type eq 'cart'} {$LABEL.lbl_percent_from_order_sum} {else} {$LABEL.lbl_percent_from_sum} {/if} {if $discount_delete_allowed} {$LABEL.link_delete} {else} {$LABEL.link_delete} {/if}
{$LABEL.lbl_empty_list}
{if func_count_array($discounts) > 0} {literal} {/literal} {/if}
{else}
{foreach from=$discounts item=discount name=discounts_list} {foreachelse} {/foreach}
{$LABEL.lbl_active} {$LABEL.lbl_caption} {$LABEL.lbl_type} {$LABEL.lbl_value} {$LABEL.link_delete}
 {if $discount.type eq 'per'}%{else}{$BASE_CURRENCY.short_name}{/if} {if fn_check_admin_rights('discounts', 'del')} {$LABEL.link_delete} {else} {$LABEL.link_delete} {/if}
{$LABEL.lbl_empty_list}
{if func_count_array($discounts) > 0} {literal} {/literal} {/if}
{/if}