﻿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
24666	Ability to specify an alias for TemplateEngine in settings	Vitaliy Yelnik	nobody	"use e.g.
{{{
#!div style=""font-size: 80%""
Code highlighting:
  {{{#!python
default_name = tpl.get('ALIAS', tpl['BACKEND'].rsplit('.', 2)[-2])
  }}}
}}}

instead
{{{
#!div style=""font-size: 80%""
Code highlighting:
  {{{#!python
default_name = tpl['BACKEND'].rsplit('.', 2)[-2]
  }}}
}}}

I have a backend ""service.core.jinja2.engine.Jinja2"" and current code returns ""'''engine'''"" as default_name for this name"	New feature	closed	Template system	1.8	Normal	invalid	Template		Unreviewed	0	0	0	0	0	0
