{foreach from=$subcomments item=c}
{if $smarty.request.subaction=='showonly' && $smarty.request.comment_id==$c.Id}
{/if}
{#COMMENT_USER_ADD#} {$c.comment_author_name|stripslashes|escape} • {$c.comment_published}{if $smarty.const.UGROUP==1} • IP:{$c.comment_author_ip}{/if} {if $c.comment_changed > 1} ({#COMMENT_TEXT_CHANGED#} {$c.comment_changed}){/if}
{if $c.comment_author_id!=$smarty.session.user_id|default:'*' && (($cancomment==1 && $closed!=1) || $smarty.const.UGROUP==1)} {/if} {if $smarty.const.UGROUP==1} {if $c.comment_status!=1}  {else}  {/if}  {/if}
{$c.comment_text|escape}
{if $smarty.request.subaction=='showonly' && $smarty.request.comment_id==$c.Id}
{/if} {if $comments[$c.Id]} {include file="$subtpl" subcomments=$comments[$c.Id] sub=1} {/if}
{/foreach}