ViewHelper Documentation
v:iterator.for
Repeats rendering of children with a typical for loop: starting at index $from it will loop until the index has reached $to.
Arguments
iteration string
Variable name to insert result into, suppresses output
to integer
Number that the index needs to reach before stopping
from integer
Starting number for the index
step integer
Stepping number that the index is increased by after each loop