﻿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
9185	blocktrans auto escape peculiarity	Gruffudd Williams	Marc Garcia	"This does not auto escape value:

{{{
{% blocktrans %}This string will have {{ value }} inside.{% endblocktrans %}
}}}

but this does:

{{{
{% blocktrans value as value %}This string will have {{ value }} inside.{% endblocktrans %}
}}}

I think the auto escaping should work in both cases."		closed	Internationalization	1.0		fixed			Accepted	0	0	0	0	0	0
