﻿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
9273	Breadcrumbs refactor in newforms-admin	erny	nobody	"The code to create breadcrumbs is duplicated in all templates. 

In index.html and app_index.html, app.name.title is used (with blocktrans which tries to translate ""%(name)s"", nonsense) , and application names can not be translated.

In change_form.html, change_list.html, delete_confirmation.html and object_list.html `{{ app_label|capfirst|escape }}` is used.

This is not DRY. Perhaps, breadcrumbs could be calculated in view functions and send to the templates within the context. There should be a way for the user to change the generated breadcrumbs.
"		closed	contrib.admin	1.0		invalid			Unreviewed	0	0	0	0	0	0
