{{if isset( \IPS\Request::i()->following )}}{lang="people_i_follow"}{{else}}{lang="status_updates"}{{endif}}
{lang="global_feed"}
{{if \IPS\Member::loggedIn()->member_id }}
{lang="people_i_follow"}
{{endif}}
{{if \IPS\core\Statuses\Status::canCreate( \IPS\Member::loggedIn() ) AND $form !== NULL}}
{template="userPhoto" app="core" group="global" params="\IPS\Member::loggedIn(), 'small'"}
{$form|raw}
{{endif}} {{if isset( $statuses['statuses'] ) and count( $statuses['statuses'] )}} {$pagination|raw}
{{foreach $statuses['statuses'] as $status}} {template="statusContainer" app="core" group="profile" params="$status"} {{endforeach}}
{$pagination|raw} {{else}}
{lang="no_status_updates"}
{{endif}}