{{if !\IPS\Request::i()->isAjax()}}

{lang="members_followers" sprintf="$member->name"}


{{endif}} {{if $followers !== NULL AND $followers->count( TRUE ) > 50}} {{$url = \IPS\Http\Url::internal( "app=core&module=members&controller=profile&do=followers&id={$member->member_id}", 'front', 'profile_followers', $member->members_seo_name );}}
{template="pagination" group="global" app="core" location="global" params="$url, ceil( $followers->count( TRUE ) / 50 ), \IPS\Request::i()->page ?: 1, 50"}
{{endif}}
{{if $followers !== NULL AND $followers->count( TRUE ) > 50}}
{template="pagination" group="global" app="core" location="global" params="$url, ceil( $followers->count( TRUE ) / 50 ), \IPS\Request::i()->page ?: 1, 50"}
{{endif}}