<{include file="edit-comments-navibar.html"}>
<{if $comments_found}>
    <{foreach item=comment from=$comment_rows}>
  1. style="border-bottom: 1px solid #ccc;"> Name: <{$comment.comment_author}> <{if $comment.comment_author_email}> | Email: <{$comment.comment_author_email}> <{/if}> <{if $comment.comment_author_url}> | URI: <{$comment.comment_author_url}> <{/if}> | IP: <{$comment.comment_author_IP}> <{$comment.comment_content}>

    Posted <{$comment.comment_date}> | <{if $comment.canEdit}> <{$smarty.const._LANG_EC_EDIT_COM}> - <{$smarty.const._LANG_EC_DELETE_COM}> - <{$smarty.const._LANG_EC_EDIT_POST}><{$comment.post_title}>” - <{$smarty.const._LANG_EC_VIEW_POST}>

    <{/if}>
  2. <{/foreach}>
<{else}>

<{$smarty.const._LANG_E_RESULTS_FOUND}>

<{/if}> <{include file="edit-comments-navibar.html"}>