{* $Id: comments.tpl 2352 2008-05-20 00:27:26Z patdenice $ *}

{'User comments'|@translate}

{'Filter'|@translate}
{'Display'|@translate}

{if isset($comments)}
{foreach from=$comments item=comment}
{$comment.ALT}

{$comment.AUTHOR} - {$comment.DATE} {if isset($comment.U_DELETE)} [{'delete'|@translate}] {/if} {if isset($comment.U_VALIDATE)} [validate] {/if}

{$comment.CONTENT}

{/foreach}
{/if}