6 Feb
2004
6 Feb
'04
9:13 a.m.
I want to iterate over a list returned by a Python script using the <dtml-in> tag of Zope. The script looks like this: [...]
Nevermind, found it out myself! There was an error in my Python script so <dtml-var sequence-item> was not working as expected! Sven Jacobs