﻿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
4534	ifchanged could use an else tag	Bill Fenner <fenner@…>	nobody	"I want to group items with like values for ballot_id together.  I thought ifchanged would be my savior, so I tried to write

{{{
<tr bgcolor=""
{% ifchanged match.ballot_id %}
  {% cycle F8D6F8,E2AFE2 as ballotcolor %}
{% else %}
  {{ ballotcolor }}
{% endif %}
"">
}}}

Unfortunately, ifchanged doesn't take an else tag.  Can it?"		closed	Template system			fixed			Ready for checkin	1	0	0	0	0	0
