Klinger Wolfgang writes: > <tal:block define="sequence python:root.menu_list()"> > <tal:block repeat="item sequence"> > ... > </tal:block> > </tal:block> > > Is there a way to get the position of the current > item in the sequence? Look at the "repeat" variable documentation. Something like the following will do: "repeat/item/index" Dieter