{if !empty($item->list)}
{if $item->paginator.currentItemCount > 0}
{$item->translate('Comments on Post')} "{$item->postTitle|htmlspecialchars}"
{/if}
{foreach from=$item->list item='row' name='comment'}
{/foreach}
{if $item->paginator}{include file="ViewController/list-paginator.tpl"|SMGetTemplate paginator = $item->paginator}{/if}
{/if}
{* відкривається в tpl/Blog/view.tpl *}
{$item->translate('Submitted')} {$row.date|date_format:'_%b_'|_:'common'} {$row.date|date_format:'%e, %Y %H:%M'} {if $row.author} {$item->translate('by')} {if $row.authorId && $row.authorType == 'admin'} {/if} {$row.author|htmlspecialchars} {if $row.authorId && $row.authorType == 'admin'}{/if} {else} {$item->translate('Guest')} {/if} {if $row.url} {/if}