﻿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
14992	Template recursion	IsakovAN	nobody	"I'm trying to implement recursion of the template:

test.html:
{% if some.condition %}
Some stuff
{% include test.html with x=... %}

{% endif %}

Almost all works fine but...
""maximum recursion depth exceeded while calling a Python object""

It seems that ""include"" have been parsed irrespective of ""if"" condition. I think this shoud be fixed in because of:
1. Performance
2. Recursion"		closed	Template system	dev		duplicate			Unreviewed	0	0	0	0	0	0
