﻿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
19966	Allow for silent or conditional loading of custom template tags	anonymous	nobody	"In an effort to create a modular project I have included all custom tags / filters related to an app in that app's templatetags folder as instructed.

Should I ever want to use those tags in any general project templates (such as base templates or just any plain template which doesn't belong to that specific app) I must ensure that app is installed in the project settings. While I understand the need for the app to be installed for the tag to work I still want my project to remain modular and not break should I run {% load some_custom_tag_lib %} while the app is ""turned-off"".

It would be nice if there was some way to load the tag and use it silently (meaning it won't break if the app isn't loaded) or a way to condition the loading and usage of the tag if that app being installed while skipping it if the app isn't installed.
"	New feature	closed	Template system	1.5	Normal	wontfix		jaap.roes@…	Someday/Maybe	0	0	0	0	0	0
