{* * $Revision: 17586 $ * Read this before changing templates! http://codex.gallery2.org/Gallery2:Editing_Templates *} {include file="gallery:modules/comment/templates/ChangeComment.js.tpl"}

{g->text text="View Comments"}

{if !empty($status)}

{if isset($status.changed)} {g->text text="Comment changed successfully"} {/if}

{/if} {if empty($ShowComments.comments)}

{g->text text="There are no comments for this item"}

{else}
{foreach from=$ShowComments.comments item=comment}
{include file="gallery:modules/comment/templates/Comment.tpl" comment=$comment item=$ShowComments.item can=$ShowComments.can user=$ShowComments.commenters[$comment.commenterId] ajaxChangeCallback="changeComment" truncate=1024}
{/foreach}
{/if}