﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
208	Support for <py:else> and <py:elif>	anonymous	cmlenz	"Maybe I'm not the first one to suggest it, but I would like to see support for ""else"" and ""elif"". I think syntactically it should work out. For me it seems to be more intuitive like the ""choose"" construct. Example:

{{{
<div py:if=""a"">
    <div py:if=""c"">
        xxx
    </div>
    <div py:else="""">
        xxx
    </div>
</div>
<div py:elif=""b"">
    xxx
</div>
<div py:else="""">
    xxx
</div>
}}}
"	enhancement	closed	minor		Template processing	0.4.4	duplicate		
