{$lang.percents}

{if $percents} {foreach from=$percents item=p} {/foreach}
{$lang.percent} {$lang.from} {$lang.to}
%{$p.percent|string_format:"%.0f"} {$p.from|string_format:"%.0f"} {if $p.to == '0'} - {else} {$p.to|string_format:"%.0f"} {/if}
{/if}