{{if $statusForm}}
{template="userPhoto" app="core" group="global" params="\IPS\Member::loggedIn(), 'small'"}
{$statusForm|raw}
{{elseif !count( $latestActivity )}}
{lang="no_recent_activity" sprintf="$member->name"}
{{endif}}
{{if $statusForm or count( $latestActivity )}}
{{foreach $latestActivity as $activity}}
{$activity->html()|raw}
{{endforeach}}
{{endif}}