﻿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
16181	Template debugger highlights the row with error incorrectly	Vladimir Moskva	nobody	"Imagine you have a template like
{{{
{% for item in loop %}
    {% broken_tag %}
{% endfor %}
}}}
where loop is any not empty iterable, and ""broken_tag"" tag raises an exception (whatever the exception is). Then template debugger will highlight the first string with the for statement instead of the ""broken_tag"" string as a place where the error occured."	Bug	closed	Template system	1.3	Normal	duplicate			Unreviewed	0	0	0	0	0	0
