{extends "account/account-wrapper.tpl"} {block "title"}

{$view->getTitle()}

{/block} {block "account-content"} {ifmodule BONUS_PROGRAM} {get_active_points_amount assign="points"} {/ifmodule} {foreach $body.exchangeList as $item} {foreachelse} {/foreach}
{t}Název{/t}   {t}Počet bodů{/t} {t}Vyměnit{/t}
{$item.name} {$item.description nofilter} {$item.points} b. {if $points >= $item.points} {t}Vyměnit za body{/t} {else} {t}Nedostatek bodů{/t} {/if}
{t}Žádné poukazy k výměně za body{/t}
{/block}