I'm using <dtml-in "_.range(31)"> to loop. What I can't seem to do is use the sequence-number to compare to anything. Is there a special wat that it needs to be reffered to? This is what I'm doing: <dtml-if "variable == sequence-number"> but it keeps error out with: *Error Type: NameError* *Error Value: global name 'sequence' is not defined* TIA Rick * * **