#applyDecorator("root")
#decoratorParam("context" "profile")
#decoratorParam("mode" "follow")
#decoratorParam("helper" $action.helper)
$action.getText("community.macro.following", ["$user.fullName", $paginationSupport.total])
#if ($paginationSupport.total > 0)
#parse("/users/follow-list.vm")
#else
$action.getText("user.following.no.one", ["$user.fullName"])
#end
#end