{if empty($comment.site)}
{$comment.name}
{else}
{$comment.name}
{/if}
{if $comment.user.id}
{$wa->accountName()}
{/if}
{* @event prepare_comments_frontend.%plugin_id%.authorname_suffix *}
{if !empty($comment.plugins.authorname_suffix)}
{foreach $comment.plugins.authorname_suffix as $plugin => $output}{$output}{/foreach}
{/if}
{$comment.datetime|wa_datetime:"humandatetime"}
{* @event prepare_comments_frontend.%plugin_id%.before *}
{if !empty($comment.plugins.before)}
{foreach $comment.plugins.before as $plugin => $output}{$output}{/foreach}
{/if}