{% trans "Pluralization support" %}

{% blocktrans count=users.length %} there is one {{ count }} item. {% plural %} there are number of {{ count }} items. {% endblocktrans %}