﻿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
9757	Make IfNode a baseclass for other if nodes to subclass	Alex Gaynor	nobody	Right now any other `if` type node that wants to exist needs to re-implement all the rendering logic of the if tag, in addition to the conditional it wants to use.  To simplify this we could make IfNode do all of the logic to determine whether it evalueates true or not into a seperate method, and then subclasses could just overide the __init__ and that mehtod.	Cleanup/optimization	new	Template system	1.0	Normal				Accepted	0	0	0	0	0	0
