﻿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
17180	Documentation should mention that {% load i18n %} is needed in every template	stefan.freyr@…	nobody	"The documentation for i18n doesn't explicitly state that the {% load i18n %} statement needs to be put into every template file, even the ones that extend from a template that has already loaded the i18n template tags.

At https://docs.djangoproject.com/en/1.3/topics/i18n/internationalization/

The paragraph:

""Translations in Django templates uses two template tags and a slightly different syntax than in Python code. To give your template access to these tags, put {% load i18n %} toward the top of your template.""

Might be extended as:

""Translations in Django templates uses two template tags and a slightly different syntax than in Python code. To give your template access to these tags, put {% load i18n %} toward the top of your template. Note that this needs to be stated in all templates that use translations, even the ones which extend from templates that have already loaded the i18n tags."""	Cleanup/optimization	closed	Documentation	1.3	Normal	fixed		buddy@…	Accepted	0	0	0	0	1	0
