Hey I loop thru my queryresults using the f:for viewhelper. Now - i want to group my results in blocks, so every 3 results should be wrapped in a html container. I cant just do something like if iteratior.index%3 <div> because then i get an xml parsing error. Do i have to write my own For ViewHelper?