Hi!

I have nested loops in my template:

[% FOREACH loop1 = loop1s %]
        [% FOREACH loop2 = loop1.loop2s %]
        ...
        ...
        [% END %]
[% END %]

And I want access to loop1s count() from loop2s. From documentation I 
understand - I must use Template::Plugin::Iterator, but it is not clear for 
me how.
Can anybody explain?

Thank you.

-- 
WBW, AmadiS, System administrator of IP-COM

_______________________________________________
templates mailing list
[email protected]
http://lists.template-toolkit.org/mailman/listinfo/templates

Reply via email to