I have a custom object that uses a page template to make a list of other objects in its containing folder. This so far lists security proxied object instances:

<p tal:repeat="item view/__parent__/__parent__/values" tal:content="item">
Testing
</p>

I want to filter the objects by metatype. That does not exist in Zope 3 and I don't know how to use queryType or queryContentType in a page template. Is there something simple that I am missing?

Cliff
_______________________________________________
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users

Reply via email to