﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
5908	Add a resetcycle template tag	Simon Litchfield <simon@…>	Sergei Maertens	"Under the following example, I would expect the cycle tag's internal counter to be reset after leaving the inner loop. That way it'd be 'nesting safe' :-) Thoughts, anyone?

{{{
{% for group in grouped %}
  {% for item in group.list %}
   ... {% cycle row1,row2,row3 %} ...
  {% endfor %}
{% endfor %}
}}}
"	New feature	closed	Template system	dev	Normal	fixed	cycle templatetag tag counter for loop reset	simon@… ville@… girzel@… imbaczek@… apacheco.uy@… hr.bjarni+django@… vbmendes@… joe@… Chris Chambers jeffschroeder@… isaacsutherland@…	Accepted	1	0	0	0	0	0
