﻿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
16571	Incorrect unicode template output	pma_	nobody	"I have simple dictionary in py and I tried to output one using {{ }} to template.
Problem is that I got unecessary u in front of every unicode string and that is not acceptable by js.

d = {'id': 3, 'value': 'dolnośląskie'}

after {{d}} i have

{'id': 3, 'value': u'dolno\u015bl\u0105skie'}"	Bug	closed	Template system	1.3	Normal	invalid			Unreviewed	0	0	0	0	0	0
