I need to build a page template with a detail section on cards which differ in name and count on the pages to be created with this template. In this case its a customer(main section) and their bought customize product(s)(= detail section) which are to be descripted.
It would be much easier for us to be able to use one scaffold for all main pages which dynamically creates and deletes cards for the detail sections (and their individualized labels). This is not possible at this moment because the card labels can not be changed in a {repeating-data}-tag and the deletion has to be from back to front (which makes no sense in the given example

).