{include file="header.html"} {literal} {/literal} {title value=$layout.pagetitle} {box style="padding:5px;"} {assign var='max' value=$changelog|count} {section name='changelist' loop=$changelog} {math assign='lp' equation="x-y" x=$max y=$smarty.section.changelist.index} {/section}
{trans('L.P.')} {trans('Data')} {trans('Opis')}
{$lp|string_format:"%03d"} {if $changelog[changelist].cdate}{$changelog[changelist].cdate|date_format:"Y-m-d"}{/if} {$changelog[changelist].description}
{literal} {/literal} {/box} {include file="footer.html"}