{* * $Revision: 17673 $ * Read this before changing templates! http://codex.gallery2.org/Gallery2:Editing_Templates *} {if !empty($comment.subject)}
{$truncated}
{else}{$commentText}
{/if}{capture name="date"}{g->date timestamp=$comment.date style="datetime"}{/capture} {if empty($comment.author)} {if $can.edit} {g->text text="Posted by %s on %s (%s)" arg1=$user.fullName|default:$user.userName arg2=$smarty.capture.date arg3=$comment.host} {else} {g->text text="Posted by %s on %s" arg1=$user.fullName|default:$user.userName arg2=$smarty.capture.date} {/if} {else} {if $can.edit} {g->text text="Posted by %s (guest) on %s (%s)" arg1=$comment.author|default:$user.userName arg2=$smarty.capture.date arg3=$comment.host} {else} {g->text text="Posted by %s (guest) on %s" arg1=$comment.author|default:$user.userName arg2=$smarty.capture.date} {/if} {/if}