{{if \IPS\Member::loggedIn()->member_id === $member->member_id}}
{lang="options"}
{lang="allow_follow"}
{lang="disallow_follow"}
{lang="follow_setting_desc"}
{{endif}}
{lang="x_followers" pluralize="($followers !== NULL) ? $followers->count( TRUE ) : 0"}
{{if count( $followers )}}
{{foreach $followers as $idx => $follower}} {{if $idx <= 11}}
name"}{{if $follower['follow_is_anon']}} {lang="anon_follower"}{{endif}}'>{template="userPhoto" app="core" group="global" params="\IPS\Member::load($follower['follow_member_id']), 'mini', NULL, '', FALSE"}
{{endif}} {{endforeach}}
{{else}}
{lang="no_followers_yet"}
{{endif}}
{{if $followers !== NULL and $followers->count( TRUE ) > 12}}
{lang="see_all_followers"}
{{endif}}