Hi I'm porting the index_html from the cmf dogbowl (http://cmf.zope.org/doc/admin/dogbowl_skins) to zpt and I can't seem to find out how to implement skip_unauthorized as in: <dtml-in expr="objectValues( [ 'Link','Favorite' ] )" skip_unauthorized> for now I'm doing: <ul tal:define="objs python:here.objectValues( [ 'Link', 'Favorite' ] )"> <li tal:repeat="obj objs"> -- Regards, Thomas Olsen