Posted on 27/03/2015 17:54:08
Hi Hans
In you Item list template, you have a loop of items, and inside that, a loop of fields. If the field is of type list of something, i.e. the list of items you mention, that also have a loop. The name of the loop depends on your field system name.
You can find the loop using this instance of dwtemplatetags - that list of tags will give you a loop of the items in the list of that field.
<!--@LoopStart(ItemPublisher:Items.List)-->
<!--@LoopStart(ItemPublisher:Item.Fields)-->
<!--@DwTemplateTags-->
<!--@LoopEnd(ItemPublisher:Item.Fields)-->
<!--@LoopEnd(ItemPublisher:Items.List)-->
BR Nicolai