{if $history}
Historia zmian zgłoszenia ( ostatnie : {$history|count} ) {if $history|count > 10}   {else} Pokaż wszystkie wpisy»»» {/if}
{cycle values="lucid,light" print=false} {section name='history' loop=$history} {assign var='info' value=$history[history].info} {section name='info' loop=$info} {/section} {/section}
Data Użytkownik Zmiana Było Jest
{if $smarty.section.info.index==0}{date('Y-m-d H:i',$history[history].ctime)}{else} {/if} {if $smarty.section.info.index==0}{$history[history].username}{else} {/if} {$info[info].change} {$info[info].old} {$info[info].new}
{/if}