So not sure a repeater is the correct way, but if you need it's current flexibility you might want to select you complete tree in path
/%
BUT exclude all non-relevant pages by using the where condition to compare it's NodeAliasPath with your current page.
So all parent pages of Jobs/Europe/Netherlands
should have a NodeAliasPath that is the partially the current full path.
JOBS
and JOBS/EUROPE
So your where condition can be something as {%CurrentDocument.NodeAliasPath|(identity)GlobalAdministrator%} like NodeAliasPath + '%'
--
Don't have my test environment at hand, so may need some tweaking on the last Column + '%'
syntax