[Zope3-Users] Folder listing
Albertas Agejevas
alga at pov.lt
Wed Dec 1 14:01:19 EST 2004
On Wed, Dec 01, 2004 at 06:48:36PM +0400, Florian Lindner wrote:
> Dominik Huber schrieb:
> >><div tal:repeat="item context/items">
> >> Title:<span tal:replace="item/name">Testtitle</span><br />
> >> Desc:<span tal:replace="item/description">beschreibung</span><br
> >items are tuples.
> Can I access these tuples directly from the ZPT or do I need to convert
> them to a list first?
What you want to do is
<div tal:repeat="item context/values">
...
Albertas
More information about the Zope3-users
mailing list