﻿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
10604	Document that blocktrans fails if a defined expression is not used	Martin Mahner	Jacob	"Blocktrans doesn't handle non-used expressions:

{{{
{% blocktrans count cl.result_count as total_count and cl.opts.verbose_name as verbose_name and cl.opts.verbose_name_plural as verbose_name_plural %}
0 of {{ total_count }} {{ verbose_name }} selected
{% plural %}
0 of {{ total_count }} {{ verbose_name_plural }} selected
{% endblocktrans %}
}}}

The above template raises an Exception with {{{KeyError: u'verbose_name'}}}. If I use verbose_name *and* verbose_name_plural in one group, it works."		closed	Documentation	dev		fixed	i18n, blocktrans,		Accepted	1	0	0	0	0	0
