﻿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
2836	nested for	anonymous	Adrian Holovaty	"it'd be cool if django had nested {% for %} for it's template system.
for example if pass a dict like this to the template system:

{'myvar': {'list': [<Object: Thing1>, <Object: Thing2>], 'list2': [<Object: OtherThing1>, <Object: OtherThing1>] }, 'myvar2': 'bla'}

and then in the template sys:

{% for lists in myvar %}
  {% for object in lists %}
    {{ object.attribut }}
  {% endfor %}
{% endfor %}"	enhancement	closed	Template system	0.95	normal	worksforme			Unreviewed	0	0	0	0	0	0
