{template="userPhoto" app="core" group="global" params="$status->author(), 'small'"}
{template="userLink" app="core" group="global" location="front" params="$status->author()"}
{{if $status->member_id != $status->author()->member_id}} »
{member="link()" id="$status->member_id" raw="true"}
{{endif}}
{$status->content|raw}
{{if $status->locked()}}
{{endif}}
{datetime="$status->date"}
{{if $status instanceof \IPS\Content\Reputation and settings.reputation_enabled}} {template="reputationMini" group="global" app="core" params="$status"} {{endif}}
{{if $status->canDelete() || $status->canLock() || $status->canUnlock() || $status->canHide() || $status->canUnhide()}}
{lang="options"}
{{if !$status->locked() and $status->canLock()}}
{lang="lock"}
{{elseif $status->locked() and $status->canUnlock()}}
{lang="unlock"}
{{endif}} {{if !$status->hidden() and $status->canHide()}}
setQueryString( 'action', 'hide' )->csrf()}'">{lang="hide"}
{{elseif $status->hidden() and $status->canUnhide()}}
setQueryString( 'action', 'unhide' )->csrf()}'>{lang="unhide"}
{{endif}} {{if $status->canDelete()}}
{lang="delete"}
{{endif}}
{{endif}} {{if !\IPS\Member::loggedIn()->group['gbw_no_report'] and !$status->hidden()}}
{lang="status_report"}
{{endif}}
{{if !$status->hidden() && ( count( $status->comments() ) || \IPS\core\Statuses\Status::canCreate( \IPS\Member::loggedIn() ) ) }}
{template="statusReplies" group="profile" params="$status"}
{{if \IPS\core\Statuses\Status::canCreate( \IPS\Member::loggedIn() )}}
{$status->commentForm()|raw}
{{endif}}
{{endif}}