I have a hasMany relationship between employee-favorites. I can get the store to populate the data structure, but my question is there a way to have the child element (the favorites in this case) be the items for the list item template.
I can use tpl for statement but then all the items are in one list item element. I need one per item element.