{template="userLink" app="core" group="global" location="front" params="$comment->author()"}
{$comment->content|raw}
{datetime="$comment->date"}
{{if $comment instanceof \IPS\Content\Reputation and settings.reputation_enabled}}
{template="reputationMini" group="global" app="core" params="$comment"}
{{endif}} {{if $comment->canDelete() || ( $comment instanceof \IPS\Content\Hideable && ( !$comment->hidden() and $comment->canHide() ) || ( $comment->hidden() and $comment->canUnhide() ) ) }}
{lang="options"}
{{if $comment instanceof \IPS\Content\Hideable}} {{if !$comment->hidden() and $comment->canHide()}}
setQueryString( 'action', 'hide' )->csrf()}'>{lang="hide"}
{{elseif $comment->hidden() and $comment->canUnhide()}}
setQueryString( 'action', 'unhide' )->csrf()}'>{lang="unhide"}
{{endif}} {{endif}} {{if $comment->canDelete()}}
setQueryString( 'action', 'delete' )->csrf()}' data-action='deleteComment' data-updateOnDelete="#commentCount">{lang="delete"}
{{endif}}
{{endif}} {{if $comment instanceof \IPS\Content\ReportCenter and !\IPS\Member::loggedIn()->group['gbw_no_report'] and !$comment->hidden() }}
{lang="status_report"}
{{endif}}