﻿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
35602	Allow simple_tag to be defined and used in a for loop	Henrique Lacreta Alves		"Currently, simple_tag cannot be used in the context of a loop, e.g.:
{% for object in simple_tag %}

I'm assuming this is not intended, because the following code works with a filter tag (and is the workaround to avoid having to create a new HTML template with inclusion tags):

{% for object in """"|filter_tag %}

This was tested in 4.2 version, not in 5.0 yet."	New feature	closed	Template system	4.2	Normal	wontfix	tag, simple_tag, forloop	Henrique Lacreta Alves Baptiste Mispelon Tom Carrick Carlton Gibson	Unreviewed	0	0	0	0	0	0
