> <div tal:condition="python:request.cid and request.tid"> > Only show me if cid and tid exist. > </div> > I think this does the trick: <div tal:condition="python:exists('request/cid') and exists('request/tid')"> Regards, Fernando