#requireResource("confluence.web.resources:ajs")
#requireResource("confluence.macros.profile:network-resources")
#if($theme != "tiny")
$action.getText("community.macro.follow.$mode")
#end
#if ($theme != "dashboard" || $people.size() == 0)
#if($viewingMyProfile)
#if ($people.size() == 0)
$action.getText("community.macro.${mode}.my.none")
#else
$action.getText("community.macro.${mode}.my")
#end
#else
#if ($people.size() == 0)
$action.getText("community.macro.${mode}.none", ["$user.fullName"])
#else
$action.getText("community.macro.${mode}", ["$user.fullName"])
#end
#end
#end
#foreach($personHtml in $people)
- #logoBlock("~$personHtml")
#end
#if ($morePeople)
($action.getText("community.macro.follow.show.all"))
#end
#if ($showAddUser)
#end