I have a method in a python product that builds a dictionary object. When I try to use <dtml-in> to iterate over it, none of the <dtml-var > work for the key name. I can reference them only by using <dtml-var "_['sequence-item']['key_name']"> . Is there a way to make the keys work in the <dtml-var > statement? Is this having to do with acquisition? Chris