[htmltmpl] loop_context_vars and nested loops
Brought to you by:
samtregar
From: cfaust-dougot <cf...@do...> - 2009-10-20 19:03:11
|
Hi, I was wondering if it's at all possible to get utilize the loop_context_vars of a parent loop within a nested loop? For example, something like this? <TMPL_LOOP NAME="LoopOne"> <TMPL_LOOP NAME="NestedLoop"> <TMPL_IF NAME="__ParentFirst__">This would be true for the duration of NestedLoop for the 1st loop of LoopOne</TMPL_IF> </TMPL_LOOP> </TMPL_LOOP> TIA!! |