﻿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
4740	[gis] Template broken for Polygon-lists	anonymous	jbronn	"The following snippet works in revision 5394 but not in 5395:
{{{
{% for polygon in polygons %}
  {{ polygon.exterior_ring.tuple }}
{% endfor %}
}}}
In 5395 I get 'index out of range'. It doesn't actually matter what I try to get from the polygon, and it doesn't actually need to even be a for loop, simple {{{ {{ polygons.0.id }} }}} results in the same error (while {{{print polygons[0].id}}} works in the view)."		closed	GIS	other branch		fixed	gis, template		Unreviewed	0	0	0	0	0	0
