hiya! something like the following ... <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? I want to know if another item follows after the current, how can I achieve this? Where can I find more documentation on this zpt sequence stuff? tia Wolfgang