﻿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
14048	"Tag ""cycle"" doesn't work when included"	Ivan Ivanov	nobody	"Example:

base.html
{{{
<table>
<tr class=""{% include 'cycle.html' %}"">
    ...
</tr>
</table>
}}}

cycle.html
{{{
{% cycle 'row1' 'row2' %}
}}}

The result of cycle tag will always be 'row1'.
"		closed	Template system	1.2		invalid			Unreviewed	0	0	0	0	0	0
