﻿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
4281	Error in the documentation example	Indy	Jacob	"The following i18n documentation example doesn't work, because there is no count filter by default:
{{{
{% blocktrans count list|count as counter %}
There is only one {{ name }} object.
{% plural %}
There are {{ counter }} {{ name }} objects.
{% endblocktrans %}
}}}
The correct version:
{{{
{% blocktrans count list|length as counter %}
There is only one {{ name }} object.
{% plural %}
There are {{ counter }} {{ name }} objects.
{% endblocktrans %}
}}}"		closed	Documentation	dev		fixed	blocktrans, count		Ready for checkin	0	0	0	0	0	0
