7 Nov
2001
7 Nov
'01
4:48 p.m.
I suggest that you use one dtml-in loop to build up a list that contains only the elements that you want, then do a dtml-in loop on that array.
I suggest using a python script to build the list and the <dtml-in over the results of the python script. Much cleaner IMHO