{{$idField = $comment::$databaseColumnId;}}
{{if $comment->author()}} {template="userPhoto" group="global" app="core" params="$comment->author(), 'small'"} {{else}} {{endif}}

{{if $comment->type === $comment::REPLY_EMAIL}} By Email {{elseif $comment->type === $comment::REPLY_MEMBER or $comment->type === $comment::REPLY_ALTCONTACT}} {{if $comment->author()->member_id === \IPS\Member::loggedIn()->member_id}} {{else}} {{endif}} {{else}} {{endif}} {{if $comment->type === $comment::REPLY_MEMBER}}

{lang="reply_by__accountowner"}

{{elseif $comment->type === $comment::REPLY_ALTCONTACT}}

{lang="reply_by__altcontact"}

{{elseif $comment->type === $comment::REPLY_STAFF}}

{lang="reply_by__staff"}

{{endif}}
{{if $comment->type === $comment::REPLY_STAFF and settings.nexus_support_satisfaction}}
{template="ratingValue" group="support" params="$comment"}
{{endif}}

{datetime="$comment->date"} {{if $comment->cc}}
{lang="cc"}: {$comment->cc} {{endif}} {{if $comment->bcc}}
{lang="bcc"}: {$comment->bcc} {{endif}}


{$comment->content()|raw}