﻿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
3100	Support for arguments on intermediate tag tokens (ex. {% if arg %}{% elif arg %}{% endif %})	Eric Van Dewoestine <ervandew@…>	Aymeric Augustin	"Patch based on development version 4051.

Currently the template functionality prevents creation of tags which have intermediate tags requiring arguments.

For instance:

{{{
{% myif arg %}
  first block
{% elif arg %}  <-- current version would fail to parse this correctly because of the arg
  second block
{% endmyif %}
}}}

The attached patch removes this restriction.
"	New feature	closed	Template system	dev	Normal	fixed		Daniel Ring mmitar@…	Accepted	1	1	0	1	0	0
