{{foreach $rows as $reply}} {{$item = $reply->item();}}
  • {template="userPhoto" group="global" app="core" params="$item->author(), 'mini'"}

    {template="userLink" app="core" group="global" location="front" params="$item->author()"}{{if $item->member_id != $item->author()->member_id}}    {member="link()" id="$item->member_id" raw="true"}{{endif}} {{if $item->hidden()}} {{endif}}

    {$item->content|raw}
    {{if !$item->hidden() && ( count( $item->comments() ) || \IPS\core\Statuses\Status::canCreate( \IPS\Member::loggedIn() ) ) }}
      {template="statusReplyContainer" group="statuses" params="$item, $reply"} {{if ( $item->mapped('num_comments') - 1 ) > 0}}
    1. {lang="status_see_x_other_replies" pluralize="( $item->mapped('num_comments') - 1 )"}

    2. {{endif}}
    {{endif}}
  • {{endforeach}}