{t}Uplatnit body{/t}

{if $ctrl.logged}

{if $activePoints > 0}{t plural="Máte celkem {$activePoints} body" plural5="Máte celkem {$activePoints} bodů" count=$activePoints points=$activePoints}Máte celkem {points} bod{/t}{else}{t}Zatím nemáte žádné body{/t}{/if}

{/if}
{$allowed = false} {foreach $bonuses as $coupon} {if $coupon.allowed} {$allowed = true} {/if} {/foreach} {if !$allowed} {/if}
{$inactiveCoupon = 0} {foreach $bonuses as $coupon} {if !$coupon.allowed} {$inactiveCoupon = $inactiveCoupon + 1} {/if} {/foreach}
{if $inactiveCoupon > 0}
{t}Zobrazit výhody věrnostního programu{/t}{t}Skrýt výhody věrnostního programu{/t}
{/if}