﻿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
4474	Add 'else' support for 'ifchanged'	Brad McGonigle <brad@…>	Adrian Holovaty	"It seems that the 'ifchanged' tag does not accept the 'else' condition as a typical 'if' tag should.  I believe it should accept this but does not:


{{{
{% for date in days %}
   {% ifchanged date.date %}
      {{ date.date }}
         {% else %}
           {{ date.date2 }}
   {% endifchanged %}
{% endfor %}
}}}
"		closed	Template system	0.96		wontfix	ifchanged, else		Design decision needed	0	0	0	0	0	0
