﻿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
3090	Support for arguments on intermediate tag tokens (ex. {% if arg %}{% elif arg %}{% endif %})	limodou@…	nobody	"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."	enhancement	closed	Template system		normal	invalid			Design decision needed	1	0	0	0	0	0
