﻿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
13620	django template revision	elkan	nobody	"Hi, kinda new here.  I've been studying the way we do template tags, and had a suggestion for how to revise them to make them a bit easier.  I was thinking that out of the tags, I like the variable syntax the best -- {{ variable.attribute }}.  I realize that if we were to use the double curly brackets on all of the tags, they might conflict with the namespace, but it seems like having ""block"", ""if"", ""elsif"", ""else"", ""for"", and ""extends"" and their respective 'end'ings as keywords would not be burdensome.  It's really unpleasant typing {%%} and left arrow twice, space, the item name, and space for every tag ''and'' for its closing tag.

An alternative that wouldn't affect the namespace but would still be more convenient for both plain typing and possibly for code completion (I don't know why eclipse pydev doesn't close these tags) would be triple brackets -- {{{ block head }}}.

-Dan"		closed	Template system	dev		invalid	template tags		Unreviewed	0	0	0	0	0	0
