﻿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
12064	Impossible to conditionally include potentially non-existant templates	mkruisselbrink	nobody	It is not possible to conditionally include one template in another template, if the template to include might not exist. The include tag will raise an exception if the template does not exist (and is specified as a string literal, not a variable) even if the actual include tag will never be rendered because a surrounding if statement has a false condition. This can easily be fixed by moving the get_template call from `ConstantIncludeNode.__init__` to it's render method.	New feature	closed	Template system	dev	Normal	fixed		FunkyBob	Ready for checkin	1	0	0	0	0	0
