﻿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
3371	Filter to get dict's value by key name (for the purpose of enabling variable lookups in the template)	Alex Dedul	nobody	"Filter's description is in summary. Example usage:

{{{
{{ dict|key:key_name }}
}}}

Filter:
{{{
def key(d, key_name):
    return d[key_name]
key = register.filter('key', key)
}}}

Looking that #2741 is closed as wontfix i have a little hope that it could be added to trunk, but i'll try :)."	New feature	closed	Template system	dev	Normal	wontfix	template filter dict key		Unreviewed	1	0	0	0	1	0
