{{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}}