• {{if $authorData}} {template="userPhotoFromData" group="global" app="core" params="$authorData['member_id'], $authorData['name'], $authorData['members_seo_name'], \IPS\Member::photoUrl( $authorData ), ( $condensed ? 'tiny' : 'mini' )"} {{else}} {template="userPhoto" group="global" app="core" params="$status->author(), ( $condensed ? 'tiny' : 'mini' )"} {{endif}}

    {{if $status->member_id != $status->author()->member_id}}
    • {{if $authorData}} {template="userLinkFromData" group="global" app="core" params="$authorData['member_id'], $authorData['name'], $authorData['members_seo_name']"} {{else}} {template="userLink" app="core" group="global" location="front" params="$status->author()"} {{endif}}
    •   
    • {{if $profileOwnerData}} {template="userLinkFromData" group="global" app="core" params="$profileOwnerData['member_id'], $profileOwnerData['name'], $profileOwnerData['members_seo_name']"} {{else}} {member="link()" id="$status->member_id" raw="true"} {{endif}}
    {{else}} {{if $authorData}} {template="userLinkFromData" group="global" app="core" params="$authorData['member_id'], $authorData['name'], $authorData['members_seo_name']"} {{else}} {template="userLink" app="core" group="global" location="front" params="$status->author()"} {{endif}} {{endif}} {{if $status->hidden()}} {{endif}}

    {{if $condensed}}

    {{if $status->member_id == $status->author()->member_id}} {{if $authorData}} {lang="member_posted_status_self" htmlsprintf="$authorData['name']"} {{else}} {lang="member_posted_status_self" htmlsprintf="$status->author()->name"} {{endif}} {{else}} {{if $authorData}} {lang="member_posted_status_other" htmlsprintf="$authorData['name'], $profileOwnerData['name']"} {{else}} {lang="member_posted_status_other" htmlsprintf="$status->author()->name, \IPS\Member::load( $status->member_id )->name"} {{endif}} {{endif}}

    {{endif}}
    {{if !$condensed}}
    {$status->content|raw}
    {{endif}} {{if !$condensed}}
    • {{if $status->locked()}}{{endif}} {datetime="$status->date"}
    • {{if $status instanceof \IPS\Content\Reputation and settings.reputation_enabled and ( $status->reputation() or ( $status->canGiveReputation( 1 ) or $status->canGiveReputation( -1 ) ) )}}
    • {template="reputationMini" group="global" app="core" params="$status->reputation(), $status->canGiveReputation( 1 ), $status->canGiveReputation( -1 ), $status->url('showRep'), $status->url('rep')"}
    • {{endif}} {{if $status->canDelete() || $status->canLock() || $status->canUnlock() || $status->canHide() || $status->canUnhide()}}
    • {lang="options"}
    • {{endif}} {{if !\IPS\Member::loggedIn()->group['gbw_no_report'] and !$status->hidden()}}
    • {lang="status_report"}
    • {{endif}}
    {{endif}} {{if !$condensed && ( count( $status->comments() ) || $status->canComment() )}}
      {template="statusReplies" group="statuses" params="$status"}
    {{if \IPS\core\Statuses\Status::canCreateReply( \IPS\Member::loggedIn() )}}
    {$status->commentForm()|raw}
    {{endif}}
    {{endif}}