﻿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
9093	Extend inclusion tag syntax to allow custom templates	exogen@…	nobody	"Currently, inclusion tags are not very reusable since they are bound to a template at registration time.  For example, the only way to customize Djagno admin's `change_list_results.html` template is to ensure your template of the same name is found first.  I propose extending the inclusion tag syntax so that all inclusion tags can be called like so:

{% show_results poll using ""custom/results.html"" %}

If the ""using ..."" part is omitted, the template specified during registration will be used. (The keyword decided upon, 'using' in this case, is not important.)

The only problem: this could break existing apps that use the keyword ('using' in this case) as a variable name. But we can make this behavior well-defined."	New feature	new	Template system	1.0	Normal		inclusion	edcrypt@… andy@… ramusus@…	Accepted	1	0	0	1	0	0
