﻿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
36658	Invalid numeric literal in an {% if %} tag is treated as a variable	Lily		"I would expect the following template to raise a `TemplateSyntaxError` during parsing:

{{{
{% if 1.1.1 %}foo{% endif %}
}}}

Instead, the `1.1.1` is treated as a variable name, so this will render an empty string (or `""foo""` if the context looks like `{""1"": {""1"": {""1"": ""bar""}}}` or similar)."	New feature	closed	Template system	5.2	Normal	wontfix			Unreviewed	1	0	0	0	0	0
