﻿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
31647	"Add ""times"" template filter."	Eray Erdin	nobody	"Django's built-in humanize module/app already contains many useful filter tags.

[https://docs.djangoproject.com/en/stable/ref/contrib/humanize/]

However, it lacks a filter for converting integers to ""once"", ""twice"", ""three times"". Examples:


{{{
{{ 1|times }} {# once #}
{{ 2|times }} {# twice #}
{{ 3|times }} {# three times #}
}}}
"	New feature	closed	contrib.humanize	3.0	Normal	wontfix	template, humanize, filter, tag, tags		Unreviewed	0	0	0	0	0	0
