﻿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
16348	{%with%} variable values not available in {%include%}'ed templates	leim@…	nobody	"I have the following scenario.  (Django version: 1.2.3).

Template A {%include%}'s Template B with a {%with%} block, ie.

{%with 'aaa' as a %}
 {%include ""template_b'%}
{%endwith%}

Any direct references to 'a' in template_b works just fine, including working with filters. However, 'a' does not appear to be included in the Request object's GET or POST. This means that, for example, any custom context processors attached to Template A does not see the variable 'a'. 

Is this expected behaviour? or I am missing some thing here?

Thanks,
Lei
"	Uncategorized	new	Core (Other)	1.2	Normal				Unreviewed	0	0	0	0	0	0
