﻿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
33202	"Add a ""grouper"" template filter"	horpto	nobody	"A simple filter tag that will get an iterableof elements and optional number n. It will regroup an iterable to iterable of lists with length not more than n elements. By default n is 2.
This filter can be used to render lists to rows.

`[3,4,5,6,7,8,9]| grouper -> [[3, 4], [5, 6], [7, 8], [9]]`

"	New feature	closed	Template system	dev	Normal	wontfix			Unreviewed	0	0	0	0	1	0
