{* $Id$ *} {* {if isset($comment.IN_EDIT)}
{'Edit a comment'|@translate}
{'Comment'|@translate}
{$comment.CONTENT|@escape}
{else}
{if isset($comment.U_DELETE) or isset($comment.U_VALIDATE) or isset($comment.U_EDIT) } {/if}
{/if} {/foreach} *}
{foreach from=$comments item=comment name=comment_loop}
{$comment.AUTHOR}
- {$comment.DATE}
{if isset($comment.U_DELETE)}
{/if} {if isset($comment.U_EDIT) and !isset($comment.IN_EDIT)}
{/if} {if isset($comment.U_VALIDATE)}
{/if}
{* image *} {if isset($comment.TN_SRC)}
{else}
{/if}
{* comment *} {$comment.CONTENT}
{/foreach}