﻿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
10369	{% trans %} and {% blocktrans %} breaking auto escape	Briel <toppertc@…>	nobody	"There is an issue with the {% trans %} and {% blocktrans %} breaking the auto escape of variables displayed in them.[[BR]]
[[BR]]
If myvar is defined in the template these two examples will not escape the myvar:[[BR]]
{% trans myvar %}[[BR]]
{% blocktrans %}this is {{ myvar }}{% endblocktrans %}[[BR]]
[[BR]]
However, if you use the ""with"" command with the blocktrans, auto escaping wont be lost:[[BR]]
{% blocktrans with myvar as myvar %}this is {{ myvar }}{% endblocktrans %}"		closed	Internationalization	1.0		fixed			Accepted	1	0	0	0	0	0
