﻿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
2743	[patch] Extension of the {% cycle %} tag	martin.glueck@…	Malcolm Tredinnick	"The attached patch extendes `named` cycle tags so that the current value of the cycle will be added to the context so that it is accessable in templates as a normal variable.

For example,

{% for obj in object_list %}
  <tr class=""{% cylce gb1,gb2 as background %}"">
  [....]
  </tr>
  {% if obj.need_second_row %}
  <tr class=""{{ background }}"">
    [....]
  </tr>
  {% endif %}
{% endfor }%"	enhancement	closed	Template system	dev	normal	fixed			Unreviewed	1	0	0	0	0	0
