In jinja, the loop.index variable contains the iteration number of the current current loop.
When I have nested loops, how can I get the current iteration of the outer loop in the inner loop?
template-engine jinja2
flybywire Oct 14 '09 at 15:59 2009-10-14 15:59
source share