﻿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
9456	Extend with tag to support multiple bindings	eibaan	Łukasz Rekucki	"Attached is a patch that extends the {{{with}}} template tag in a fully backward compatible way (I hope) so that you can write
{{{
{% with expr1 as var1 and expr2 as var2 and expr3 as var3 %} ...
}}}
instead of 
{{{
{% with expr1 as var1 %}
    {% with expr2 as var2 %}
        {% with expr3 as var3 %}
            ...
}}}"		closed	Template system	1.0		fixed			Accepted	1	0	0	0	0	0
