Using extranet module for creation of users from the website, I would like to extend the extranet module with loop, rendering Ecom Countries for a dropdown list.
My approach is to make a loop on a PageTemplateExtender, however, I would like the extender only to render the loop, if the ExtranetExtended module is rendered on the current page.
I cant seem to get to the paragraphs on the page or the modules for that matter, from at PageTemplateExtender.
I did succed in checking for the module on a notification subscriber, but of course this doesnt help much in rendering a template tag loop: