{$CONST.COMMENT_SEARCHRESULTS|sprintf:$comment_searchresults}:

{if $comment_results}
    {foreach from=$comment_results item="result"}
  • {if $result.type == 'TRACKBACK'}{else}{/if}{$result.author|@escape}{if $result.type == 'TRACKBACK'}{else}{/if} {$CONST.IN} {$result.title|@escape} {$CONST.ON} {$result.ctimestamp|@formatTime:$template_option.date_format}: {$result.comment|@strip_tags|@truncate:200:" ... "}
  • {/foreach}
{else}

{$CONST.NO_ENTRIES_TO_PRINT}

{/if}