﻿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
12284	Inclusion tags should handle arguments not present in the context gracefully	kuon	nobody	"If we call an inclusion tag like that


{{{
{% my_tag object %}
}}}


and object is not present in the context, an exception will be raised, thus obliging us to do:


{{{
{% if object %}
{% my_tag object %}
{% else %}
{% my_tag %}
{% endif %}
}}}


It would be better to have the inclusion tag mechanism to handle keys not present in the context and just default them to None."		closed	Template system	1.1		duplicate			Unreviewed	0	0	0	0	0	0
