{* Вкладки *} {capture name=tabs}
  • Комментарии
  • Обратная связь
  • {/capture} {* Title *} {$meta_title='Комментарии' scope=parent} {* Поиск *} {if $comments || $keyword}
    {/if} {* Заголовок *} {if $comments}
    {include file='pagination.tpl'}
    {foreach $comments as $comment}
    {$comment->name|escape} Одобрить
    {$comment->text|escape|nl2br}
    Комментарий оставлен {$comment->date|date} в {$comment->date|time} {if $comment->type == 'product'} к товару {$comment->product->name} {elseif $comment->type == 'blog'} к записи {$comment->post->name} {elseif $comment->type == 'article'} к статье {$comment->article->name} {/if}
    {/foreach}
    Выбрать или
    {include file='pagination.tpl'}
    {else} Нет комментариев {/if}
    {literal} {/literal}