[Zope] How do I exclude a specific item from a tal:repeat

Max M maxm at mxm.dk
Fri Aug 15 12:04:39 EDT 2003


Jordan Carswell wrote:
> How do I exclude a particular item from being returned from the following statement. I have a file i use with a particular name and I don't want it to show up in my listing...
> 
> tal:repeat="obj python:here.getFolderContents(suppressHiddenFiles=1)"

<div tal:condition="python:obj.Name() != 'unwanted_name'"></div>


regards Max M




More information about the Zope mailing list