{* * $Revision: 15342 $ * If you want to customize this file, do not edit it directly since future upgrades * may overwrite it. Instead, copy it into a new directory called "local" and edit that * version. Gallery will look for that file first and use it if it exists. *}

{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]}
{/foreach}
{/if}