{{if $notes}}
 
{{foreach from=$notes item=n}}
{{$n.text|escape:'html'|nl2br}}
[`added by`] {{$n.author}} {{$n.date}} {{if $right_edit}} [`Edit`] | [`Delete`] {{/if}}
{{/foreach}}{{/if}}{{if $num_pages > 1}}
{{section name=i loop=$num_pages+1 start=1 step=1}} {{if $smarty.section.i.index <= 3 || ($smarty.section.i.index > $page - 2 && $smarty.section.i.index < $page + 2) || $smarty.section.i.index > ($num_pages - 3)}} {{if $index == 1}}{{$smarty.section.i.index-1}}{{elseif $index}}...{{/if}} {{if ($smarty.section.i.index == $page) }}{{$smarty.section.i.index}} {{else}}{{$smarty.section.i.index}}{{/if}} {{assign var="index" value="0"}} {{else}} {{math equation="x+1" x=$index assign="index"}} {{/if}} {{/section}}
{{/if}}