﻿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
9756	Recent changes to for tag (adding empty clause) leave context stack imbalanced when iterable is empty	Sean Legassick	nobody	"When the iterable passed to the for tag is empty, the !ForNode.render method returns without calling context.pop (which it should as context.push is called previously in the method). The attached patch fixes this and adds code to the template tag regression tests that checks that context stack is left balanced after every tag test.
"		closed	Template system	1.0		fixed			Accepted	1	0	0	0	0	0
