﻿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
6368	Internationalization KeyError in templates	Adrian	nobody	"I get the error Keyerror when using internationalization in this context:

{{{
{% load i18n %}
{% blocktrans %}
Name: {{ data.name }}
{% endblocktrans %}
}}}

data pass a dictionary to the template, where data[ 'name' ]=Name

This doesn't works, it raises Keyerror exception.


{{{
d  	
{'data': {'name': u'Name', }}
key 	
u'data.name'
self 	
[{}, {'data': {'name': u'Name', }}]

}}}"		closed	Internationalization	dev		invalid	keyerror dictionary blocktrans	aribao@…	Unreviewed	0	0	0	0	0	0
