Hi KK,
I have 2 couch managed clonable templates: Services.php and Works.php.

Services.php will have cloned 'sub-services' pages which will be put under dynamic folders which I call 'Main Services".
Works.php will have cloned works.

Now this is what I want to be able to do:
I want to be able to relate each cloned works page to mutliple sub-services from the Services.php template because I want to be able to output them on the front-end under a section I call "deliverables".

And then I want to also use the dynamic folders from the Services.php template inside the Works.php template so that I can put each cloned works page undera folder and then output them to the front-end as categories. I want to be able to select multiple folders.

Any help will be greatly appreciated. Thank you